DatasetDiffInfo#

class langsmith.schemas.DatasetDiffInfo[source]#

Bases: BaseModel

Represents the difference information between two datasets.

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

param examples_added: List[UUID] [Required]#

A list of UUIDs representing the added examples.

param examples_modified: List[UUID] [Required]#

A list of UUIDs representing the modified examples.

param examples_removed: List[UUID] [Required]#

A list of UUIDs representing the removed examples.