평가 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
}평가 run 완료
평가 run을 종료합니다.
POST
/
v2
/
{entity}
/
{project}
/
evaluation_runs
/
{evaluation_run_id}
/
finish
평가 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-dbrian-docs-2514-bedrock-agents.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.
본문
application/json
REST API를 통해 evaluation run을 완료하기 위한 요청 본문입니다.
이 모델은 project_id와 evaluation_run_id를 제외합니다. RESTful 엔드포인트에서는 이 값들이 URL 경로에서 제공되기 때문입니다.
evaluation run에 대한 선택적 summary 딕셔너리
응답
성공적인 응답
evaluation run이 성공적으로 완료되었는지 여부
⌘I