メインコンテンツへスキップ
POST
/
v2
/
{entity}
/
{project}
/
evaluation_runs
評価 run の作成
curl --request POST \
  --url https://api.example.com/v2/{entity}/{project}/evaluation_runs \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "evaluation": "<string>",
  "model": "<string>"
}
'
{
  "evaluation_run_id": "<string>"
}

承認

Authorization
string
header
必須

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

パスパラメータ

entity
string
必須
project
string
必須

ボディ

application/json
evaluation
string
必須

評価への参照 (weave:// URI)

model
string
必須

モデルへの参照 (weave:// URI)

レスポンス

成功レスポンス

evaluation_run_id
string
必須

作成された 評価 run の ID