Ask a question to get started
Enter to sendā¢Shift+Enter new line
update_annotation_queue( self, queue_id: ID_TYPE, *, name: Optional[str] = None
queue_id
Union[UUID, str]
The ID of the annotation queue to update.
name
Optional[str]
None
The new name for the annotation queue.
description
rubric_instructions
rubric_items
Optional[list[AnnotationQueueRubricItem]]
Update an annotation queue with the specified queue_id.
The new description for the annotation queue.
The new rubric instructions for the annotation queue.
The feedback configs to assign to this queue's rubric.