Skip to main content

AnnotationQueue

Named work queue assigning score configurations to human annotation items.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
queueIdstringOptionalIdentifier of the annotation queue.
namestringOptionalDisplay name of the annotation work queue.
descriptionstringOptionalHuman-readable description of the resource.
scoreConfigIdsArray of stringOptionalScore configurations available when annotating items in this queue. At least one configuration is required.
createdAtstring (date-time)OptionalTime when this record was created.
updatedAtstring (date-time)OptionalTime when this record was last updated.
pendingCountinteger (int32)OptionalNumber of queue items awaiting annotation. Minimum: -2147483648. Maximum: 2147483647.
completedCountinteger (int32)OptionalNumber of queue items reported completed. Minimum: -2147483648. Maximum: 2147483647.

Where used​

ReferenceRelationship
List annotation queuesPOST /api/v1/evals/list-annotation-queues

Download the public reference contract.

Document: DOC-API-MODEL-annotation-queue.