Help us improve these docs. Take our quick survey.
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs \
--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": {}
}
]評価 run を一覧表示します。
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs \
--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": {}
}
]Documentation Index
Fetch the complete documentation index at: https://docs.wandb.ai/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.
評価参照でフィルター
モデル参照でフィルター
評価 run の ID でフィルター
返す評価 run の最大数
スキップする評価 run の数
JSONL 形式のデータストリーム