Help us improve these docs. Take our quick survey.
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs \
--header 'Authorization: Basic <encoded-value>'[
{
"evaluation_run_id": "<string>",
"evaluation": "<string>",
"model": "<string>",
"status": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"summary": {}
}
]평가 run 목록을 조회합니다.
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs \
--header 'Authorization: Basic <encoded-value>'[
{
"evaluation_run_id": "<string>",
"evaluation": "<string>",
"model": "<string>",
"status": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"summary": {}
}
]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.
평가 레퍼런스로 필터링
모델 레퍼런스로 필터링
평가 run ID로 필터링
반환할 최대 평가 run 수
건너뛸 평가 run 수
JSONL 형식 데이터 스트림
evaluation run ID
evaluation 레퍼런스 (weave:// URI)
모델 레퍼런스 (weave:// URI)
evaluation run의 상태
evaluation run이 시작된 시점
evaluation run이 완료된 시점
evaluation run의 summary 데이터