Help us improve these docs. Take our quick survey.
cURL
curl --request GET \ --url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id} \ --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
正常なレスポンス
予測 ID
モデル参照(weave:// URI)
予測への入力
予測の出力
この予測が関連付けられている場合の評価 run ID
直接設定しないでください。サーバーがこのフィールドを自動的に設定します。
このページは役に立ちましたか?