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