langsmith.client.Client.read_annotation_queue#
- Client.read_annotation_queue(queue_id: UUID | str) AnnotationQueue[source]#
Read an annotation queue with the specified queue ID.
- Parameters:
queue_id (ID_TYPE) – The ID of the annotation queue to read.
- Returns:
The annotation queue object.
- Return type:
ls_schemas.AnnotationQueue