ExampleUpsertWithAttachments#
- class langsmith.schemas.ExampleUpsertWithAttachments[source]#
Bases:
ExampleUploadWithAttachments
Example create with attachments.
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 attachments: Dict[str, Tuple[str, bytes] | Attachment] | None = None#
- param created_at: datetime [Optional]#
- param dataset_id: UUID [Required]#
- param id: UUID | None = None#
- param inputs: Dict[str, Any] [Optional]#
- param metadata: Dict[str, Any] | None = None#
- param outputs: Dict[str, Any] | None = None#
- param split: str | List[str] | None = None#