curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs/{evaluation_run_id}/finish \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"summary": {}
}'{
"success": true
}평가 run을 종료합니다.
curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs/{evaluation_run_id}/finish \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"summary": {}
}'{
"success": true
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
REST API를 통해 evaluation run을 종료하기 위한 요청 본문.
RESTful 엔드포인트에서는 URL 경로에서 project_id와 evaluation_run_id가 제공되므로, 이 모델에는 둘 다 포함되지 않습니다.
evaluation run에 대한 선택적인 요약 사전
성공 응답
evaluation run이 성공적으로 종료되었는지 여부