curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs/{evaluation_run_id} \
--header 'Authorization: Basic <encoded-value>'{
"evaluation_run_id": "<string>",
"evaluation": "<string>",
"model": "<string>",
"status": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"summary": {}
}evaluation run を取得します。
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs/{evaluation_run_id} \
--header 'Authorization: Basic <encoded-value>'{
"evaluation_run_id": "<string>",
"evaluation": "<string>",
"model": "<string>",
"status": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"summary": {}
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
成功時のレスポンス
評価 run の ID
評価への参照 (weave:// URI)
モデルへの参照 (weave:// URI)
evaluation run のステータス
evaluation run の開始時刻
evaluation run の終了時刻
evaluation run のサマリーデータ