Ask a question to get started
Enter to send•Shift+Enter new line
delete_run_from_annotation_queue( self, queue_id: ID_TYPE, *, run_id: ID_TYPE ) -> None
queue_id
Union[UUID, str]
The ID of the annotation queue.
run_id
The ID of the run to be added to the annotation queue.
Delete a run from an annotation queue with the specified queue_id and run_id.