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