langsmith.client.Client.update_annotation_queue#
- Client.update_annotation_queue(queue_id: UUID | str, *, name: str, description: str | None = None) None[source]#
Update an annotation queue with the specified queue_id.
- Parameters:
queue_id (ID_TYPE) – The ID of the annotation queue to update.
name (str) – The new name for the annotation queue.
description (Optional[str], optional) – The new description for the annotation queue. Defaults to None.
- Return type:
None