eval

Get Eval Progress Route

get/api/v1/eval/{eval_run_id}/progress

Path parameters

eval_run_idstring required

Response

Successful Response

eval_run_idstring required

Evaluation run whose progress is returned.

status'pending' | 'registered' | 'running' | 'completed' | 'failed' | 'cancelled'
terminal_rolloutsinteger required

Rollouts of the run that have reached a terminal status.

total_rolloutsinteger required

Rollouts the run's config schedules: its sampled tasks times the group size.

Changes

No recorded changes to this endpoint across all 1 revision of this API.