Start Eval Run

Create an eval run and dispatch background execution.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID
task_idstringRequiredformat: "uuid"
The task ID

Request

This endpoint expects an object.
candidate_revision_idstring or nullOptionalformat: "uuid"
eval_set_idstring or nullOptionalformat: "uuid"
task_run_idslist of strings or nullOptional
last_ninteger or nullOptional1-20
judge_model_idstring or nullOptionalformat: "uuid"

Response

Successful Response
idstringformat: "uuid"
task_idstringformat: "uuid"
project_idstringformat: "uuid"
candidate_revision_idstringformat: "uuid"
task_run_idslist of strings
statusenum
pass_countinteger
fail_countinteger
error_countinteger
createdstring
modifiedstring
pass_ratedouble or nullRead-only
eval_set_idstring or nullformat: "uuid"
started_atstring or null
completed_atstring or null
error_messagestring or null
created_by_user_idstring or nullformat: "uuid"

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error