Help us improve these docs. Take our quick survey.
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluations/{object_id}/versions/{digest} \
--header 'Authorization: Basic <encoded-value>'{
"object_id": "<string>",
"digest": "<string>",
"version_index": 123,
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"dataset": "<string>",
"scorers": [
"<string>"
],
"trials": 123,
"description": "<string>",
"evaluation_name": "<string>",
"evaluate_op": "<string>",
"predict_and_score_op": "<string>",
"summarize_op": "<string>"
}評価オブジェクトを取得します。
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluations/{object_id}/versions/{digest} \
--header 'Authorization: Basic <encoded-value>'{
"object_id": "<string>",
"digest": "<string>",
"version_index": 123,
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"dataset": "<string>",
"scorers": [
"<string>"
],
"trials": 123,
"description": "<string>",
"evaluation_name": "<string>",
"evaluate_op": "<string>",
"predict_and_score_op": "<string>",
"summarize_op": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
正常なレスポンス
評価のID
評価のダイジェスト
評価のバージョンインデックス
評価が作成された日時
評価の名
データセット参照(weave:// URI)
scorer 参照のリスト(weave:// URI)
試行回数
評価の説明
評価 run の名
Evaluate op の参照(weave:// URI)
predict および score op の参照(weave:// URI)
summarize op の参照(weave:// URI)