UpsertExamplesResponse#

class langsmith.schemas.UpsertExamplesResponse[source]#

Response object returned from the upsert_examples_multipart method.

count: int#

The number of examples that were upserted.

example_ids: List[str]#

The ids of the examples that were upserted.