어노테이션 큐 조회
curl --request GET \
--url https://api.example.com/annotation_queues/{queue_id} \
--header 'Authorization: Basic <encoded-value>'{
"queue": {
"id": "<string>",
"project_id": "<string>",
"name": "<string>",
"description": "<string>",
"scorer_refs": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}
}어노테이션 큐 조회
특정 annotation 큐를 조회합니다.
GET
/
annotation_queues
/
{queue_id}
어노테이션 큐 조회
curl --request GET \
--url https://api.example.com/annotation_queues/{queue_id} \
--header 'Authorization: Basic <encoded-value>'{
"queue": {
"id": "<string>",
"project_id": "<string>",
"name": "<string>",
"description": "<string>",
"scorer_refs": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
인증
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
경로 매개변수
쿼리 매개변수
응답
성공 응답
annotation queue 조회에 대한 응답입니다.
annotation queue 응답을 위한 스키마입니다.
Show child attributes
Show child attributes
⌘I