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
}평가 실행을 완료합니다.
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를 통해 평가 실행을 종료하기 위한 요청 본문.
이 모델은 RESTful 엔드포인트의 URL 경로로 전달되는 project_id와 evaluation_run_id를 포함하지 않습니다.
평가 실행에 대한 선택적 summary 딕셔너리
성공적인 응답
평가 실행이 성공적으로 종료되었는지 여부