Help us improve these docs. Take our quick survey.
curl --request POST \
--url https://api.example.com/annotation_queues \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"name": "<string>",
"scorer_refs": [
"<string>"
],
"description": "",
"wb_user_id": "<string>"
}
'{
"id": "<string>"
}Créer une nouvelle file d’attente d’annotation.
curl --request POST \
--url https://api.example.com/annotation_queues \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"name": "<string>",
"scorer_refs": [
"<string>"
],
"description": "",
"wb_user_id": "<string>"
}
'{
"id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.wandb.ai/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.
Requête pour créer une nouvelle file d'attente d'annotation.
"entity/project"
"Error Review Queue"
[
"weave:///entity/project/scorer/error_severity:abc123",
"weave:///entity/project/scorer/resolution_quality:def456"
]
"Review calls with exceptions"
Ne définissez pas ce champ directement. Le serveur le renseignera automatiquement.
Réponse réussie
Réponse à la création d’une file d'attente d'annotation.
Cette page vous a-t-elle été utile ?