メインコンテンツへスキップ
POST
/
evaluations
/
evaluate_model
モデルを評価する
curl --request POST \
  --url https://api.example.com/evaluations/evaluate_model \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "evaluation_ref": "<string>",
  "model_ref": "<string>",
  "wb_user_id": "<string>"
}
'
{
  "call_id": "<string>"
}

承認

Authorization
string
header
必須

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

ボディ

application/json
project_id
string
必須
evaluation_ref
string
必須
model_ref
string
必須
wb_user_id
string | null

直接設定しないでください。サーバーがこのフィールドを自動的に入力します。

レスポンス

成功時のレスポンス

call_id
string
必須