Help us improve these docs. Take our quick survey.
cURL
curl --request POST \ --url https://api.example.com/v2/{entity}/{project}/scores \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "prediction_id": "<string>", "scorer": "<string>", "value": 123, "evaluation_run_id": "<string>" } '
{ "score_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
REST API 経由で Score を作成するためのリクエストボディ。
このモデルには project_id は含まれません。RESTful endpoints の URL パスから取得されるためです。
予測 ID
scorer の参照(weave:// URI)
score の値
この score を子 call として関連付けるための、省略可能な評価 run ID
正常なレスポンス
score ID
このページは役に立ちましたか?