평가 run 조회
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs/{evaluation_run_id} \
--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 조회
평가 run을 조회합니다.
GET
/
v2
/
{entity}
/
{project}
/
evaluation_runs
/
{evaluation_run_id}
평가 run 조회
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs/{evaluation_run_id} \
--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-kb-refresh.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 run ID
evaluation 레퍼런스 (weave:// URI)
모델 레퍼런스 (weave:// URI)
evaluation run의 상태
evaluation run이 시작된 시점
evaluation run이 완료된 시점
evaluation run의 summary 데이터
⌘I