ExampleUpdateWithAttachments#

class langsmith.schemas.ExampleUpdateWithAttachments[source]#

Bases: ExampleUpdate

Example update 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 attachments_operations: AttachmentsOperations | None = None#
param dataset_id: UUID | None = None#
param id: UUID [Required]#
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#