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>"
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
成功時のレスポンス
evaluation の ID
評価の概要
評価のバージョン インデックス
評価が作成された日時
評価の名前
データセット への参照 (weave:// URI)
scorer への参照リスト (weave:// URI)
試行回数
評価の説明
評価 run の名前
Evaluate op への参照 (weave:// URI)
Predict および score の op への参照 (weave:// URI)
Summarize op への参照 (weave:// URI)