Lire le run d’évaluation
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs/{evaluation_run_id} \
--header 'Authorization: Basic <encoded-value>'{
"evaluation_run_id": "<string>",
"evaluation": "<string>",
"model": "<string>",
"status": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"summary": {}
}Lire le run d’évaluation
Lire un run d’évaluation.
GET
/
v2
/
{entity}
/
{project}
/
evaluation_runs
/
{evaluation_run_id}
Lire le run d’évaluation
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs/{evaluation_run_id} \
--header 'Authorization: Basic <encoded-value>'{
"evaluation_run_id": "<string>",
"evaluation": "<string>",
"model": "<string>",
"status": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"summary": {}
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Autorisations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Réponse
Réponse réussie
L’ID du run d’évaluation
Référence à l’évaluation (URI weave://)
Référence au modèle (URI weave://)
Statut du run d’évaluation
Date de début du run d’évaluation
Date de fin du run d’évaluation
Données de synthèse du run d’évaluation
Cette page vous a-t-elle été utile ?
⌘I