Passer au contenu principal
POST
/
evaluations
/
evaluate_model
Évaluer le modèle
curl --request POST \
  --url https://api.example.com/evaluations/evaluate_model \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "evaluation_ref": "<string>",
  "model_ref": "<string>",
  "wb_user_id": "<string>"
}
'
{
  "call_id": "<string>"
}

Autorisations

Authorization
string
header
requis

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Corps

application/json
project_id
string
requis
evaluation_ref
string
requis
model_ref
string
requis
wb_user_id
string | null

Ne pas définir directement. Le serveur renseignera automatiquement ce champ.

Réponse

Réponse réussie

call_id
string
requis