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.
성공 응답
evaluation ID
evaluation의 다이제스트
evaluation의 버전 인덱스
evaluation이 생성된 시점
evaluation의 이름
데이터셋 레퍼런스 (weave:// URI)
scorer 레퍼런스 목록 (weave:// URI)
trial 수
evaluation에 대한 설명
evaluation run의 이름
Evaluate op 레퍼런스 (weave:// URI)
predict 및 score op 레퍼런스 (weave:// URI)
summarize op 레퍼런스 (weave:// URI)