Help us improve these docs. Take our quick survey.
cURL
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.
Basic <encoded-value>
<encoded-value>
username:password
評価 run の ID でフィルター 評価 run ID でフィルター
返される予測の最大数
スキップする予測の数
JSONL 形式のデータストリーム
予測 ID
モデル参照(weave:// URI)
予測への入力
予測の出力
この予測が関連付けられている場合の評価 run ID
直接設定しないでください。サーバーがこのフィールドを自動的に設定します。
このページは役に立ちましたか?