langsmith.client.Client.delete_run_from_annotation_queue#

Client.delete_run_from_annotation_queue(queue_id: UUID | str, *, run_id: UUID | str) None[source]#

Delete a run from an annotation queue with the specified queue ID and run ID.

Parameters:
  • queue_id (ID_TYPE) – The ID of the annotation queue.

  • run_id (ID_TYPE) – The ID of the run to be added to the annotation queue.

Return type:

None