langsmith.schemas.ExampleCreate#
- class langsmith.schemas.ExampleCreate[source]#
Example create model.
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 created_at: datetime [Optional]#
- param id: UUID | None = None#
- param split: str | List[str] | None = None#