Help us improve these docs. Take our quick survey.
cURL
curl --request GET \ --url https://api.example.com/v2/{entity}/{project}/scores \ --header 'Authorization: Basic <encoded-value>'
[ { "score_id": "<string>", "scorer": "<string>", "value": 123, "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 でフィルター
返されるスコアの最大数
スキップするスコアの数
JSONL 形式のデータストリーム
score ID
scorer の参照(weave:// URI)
score の値
この score に関連付けられている場合の評価 run ID
直接設定しないでください。サーバーがこのフィールドを自動的に設定します。
このページは役に立ちましたか?