ExampleUploadWithAttachments#

class langsmith.schemas.ExampleUploadWithAttachments[source]#

Bases: BaseModel

Example upload 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 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#