Help us improve these docs. Take our quick survey.
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
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
REST API를 통해 evaluation run을 완료하기 위한 요청 본문입니다.
이 모델은 project_id와 evaluation_run_id를 제외합니다. RESTful 엔드포인트에서는 이 값들이 URL 경로에서 제공되기 때문입니다.
evaluation run에 대한 선택적 summary 딕셔너리
성공적인 응답
evaluation run이 성공적으로 완료되었는지 여부