training

Get Training Progress Route

get/api/v1/train/{training_run_id}/progress

Path parameters

training_run_idstring required

Response

Successful Response

training_run_idstring required

Training run whose progress is returned.

status'pending' | 'running' | 'cancelling' | 'succeeded' | 'failed' | 'cancelled' required
completed_stepsinteger required

Training steps of the run that have recorded a trainer metric.

total_stepsinteger nullable

Steps the run's config budgets, or null when it set no budget.

Changes

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