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 経由で評価 run を終了するためのリクエストボディ。
このモデルには project_id と evaluation_run_id は含まれません。これらは RESTful endpoints の URL パスから取得されるためです。
評価 run の任意の summary 辞書
正常なレスポンス
評価 run が正常に終了したかどうか