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>" }
평가 run을 생성합니다.
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
evaluation 레퍼런스 (weave:// URI)
모델 레퍼런스 (weave:// URI)
성공적인 응답
생성된 evaluation run ID
이 페이지가 도움이 되었나요?