Help us improve these docs. Take our quick survey.
cURL
curl --request POST \ --url https://api.example.com/v2/{entity}/{project}/evaluation_runs \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "evaluation": "<string>", "model": "<string>" } '
{ "evaluation_run_id": "<string>" }
Créer un run d’évaluation.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Référence à l’évaluation (URI weave://)
Référence au modèle (URI weave://)
Réponse réussie
L’ID du run d’évaluation créé
Cette page vous a-t-elle été utile ?