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>"
}evaluation 객체를 조회합니다.
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)
스코어러 참조 목록 (weave:// URI)
시도 횟수
평가 설명
evaluation run 이름
Evaluate op 참조 (weave:// URI)
Predict 및 score op에 대한 참조(weave:// URI)
Summarize op에 대한 참조(weave:// URI)