Ask a question to get started
Enter to send•Shift+Enter new line
Add runs to an annotation queue with the specified queue_id.
queue_id
add_runs_to_annotation_queue( self, queue_id: ID_TYPE, *, run_ids: list[ID_TYPE] ) -> None
Union[UUID, str]
The ID of the annotation queue.
run_ids
List[Union[UUID, str]]
The IDs of the runs to be added to the annotation queue.