langsmith.client.Client.add_runs_to_annotation_queue#
- Client.add_runs_to_annotation_queue(queue_id: UUID | str, *, run_ids: List[UUID | str]) None[source]#
Add runs to an annotation queue with the specified queue ID.
- Parameters:
queue_id (ID_TYPE) – The ID of the annotation queue.
run_ids (List[ID_TYPE]) – The IDs of the runs to be added to the annotation queue.
- Return type:
None