AnnotationQueue
Named work queue assigning score configurations to human annotation items.
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
queueId | string | Optional | Identifier of the annotation queue. |
name | string | Optional | Display name of the annotation work queue. |
description | string | Optional | Human-readable description of the resource. |
scoreConfigIds | Array of string | Optional | Score configurations available when annotating items in this queue. At least one configuration is required. |
createdAt | string (date-time) | Optional | Time when this record was created. |
updatedAt | string (date-time) | Optional | Time when this record was last updated. |
pendingCount | integer (int32) | Optional | Number of queue items awaiting annotation. Minimum: -2147483648. Maximum: 2147483647. |
completedCount | integer (int32) | Optional | Number of queue items reported completed. Minimum: -2147483648. Maximum: 2147483647. |
Where used
| Reference | Relationship |
|---|---|
| List annotation queues | POST /api/v1/evals/list-annotation-queues |
Download the public reference contract.
Document: DOC-API-MODEL-annotation-queue.