langsmith.client.Client.create_annotation_queue#
- Client.create_annotation_queue(*, name: str, description: str | None = None, queue_id: UUID | str | None = None) AnnotationQueue[source]#
Create an annotation queue on the LangSmith API.
- Parameters:
name (str) – str The name of the annotation queue.
description (str | None) – str, optional The description of the annotation queue.
queue_id (UUID | str | None) – str or UUID, optional The ID of the annotation queue.
- Returns:
- AnnotationQueue
The created annotation queue object.
- Return type: