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": {}
}
]평가 실행을 나열합니다.
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": {}
}
]Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
평가 참조로 필터링합니다.
모델 참조로 필터링합니다.
평가 실행 ID로 필터링합니다.
반환할 평가 실행의 최대 개수입니다.
건너뛸 평가 실행 수