메인 콘텐츠로 건너뛰기
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": {}
}

인증

Authorization
string
header
필수

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

경로 매개변수

entity
string
필수
project
string
필수
evaluation_run_id
string
필수

응답

성공 응답

evaluation_run_id
string
필수

evaluation run의 ID

evaluation
string
필수

평가를 가리키는 참조(weave:// URI)

model
string
필수

모델을 가리키는 참조(weave:// URI)

status
string | null

evaluation run의 상태

started_at
string<date-time> | null

evaluation run이 시작된 시각

finished_at
string<date-time> | null

evaluation run이 종료된 시각

summary
Summary · object

evaluation run에 대한 요약 데이터