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 経由で評価 run を終了するためのリクエストボディ。
RESTful エンドポイントでは URL パスから与えられるため、このモデルには project_id と evaluation_run_id は含まれません。
評価 run 用のオプションの summary 辞書
成功時のレスポンス
評価 run が正常に終了したかどうか