AnnotationQueue#
- class langsmith.schemas.AnnotationQueue[source]#
Bases:
BaseModel
Represents an annotation queue.
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]#
The timestamp when the annotation queue was created.
- param description: str | None = None#
An optional description of the annotation queue.
- param id: UUID [Required]#
The unique identifier of the annotation queue.
- param name: str [Required]#
The name of the annotation queue.
- param tenant_id: UUID [Required]#
The ID of the tenant associated with the annotation queue.
- param updated_at: datetime [Optional]#
The timestamp when the annotation queue was last updated.