| Name | Type | Description |
|---|---|---|
name* | str | The name of the annotation queue. |
description | Optional[str] | Default: NoneThe description of the annotation queue. |
queue_id | Optional[Union[UUID, str]] | Default: None |
rubric_instructions | Optional[str] | Default: None |
rubric_items | Optional[list[ls_schemas.AnnotationQueueRubricItem]] | Default: None |
Create an annotation queue on the LangSmith API.
The ID of the annotation queue.
The rubric instructions for the annotation queue.
The feedback configs to assign to this queue's rubric.