curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/predictions \
--header 'Authorization: Basic <encoded-value>'[
{
"prediction_id": "<string>",
"model": "<string>",
"inputs": {},
"output": "<unknown>",
"evaluation_run_id": "<string>",
"wb_user_id": "<string>"
}
]予測を一覧表示する。
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/predictions \
--header 'Authorization: Basic <encoded-value>'[
{
"prediction_id": "<string>",
"model": "<string>",
"inputs": {},
"output": "<unknown>",
"evaluation_run_id": "<string>",
"wb_user_id": "<string>"
}
]Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
評価 run の ID でフィルターする。 evaluation run ID でフィルタリング
返す予測結果の最大件数
スキップする予測結果の件数