Skip to main content
GET
GET /v1/training-jobs/{job_id}/checkpoints Returns checkpoints visible for a training job.

Request

string
required
Your Fastino API key.
string
required
Training-job UUID.

Response

boolean
Whether the request succeeded.
object[]
Saved checkpoints. Each can include id, job_id, epoch, step, loss values, accuracy, learning_rate, GPU-memory values, checkpoint_path, is_deployable, is_best, is_final, and timestamps.
integer
Number of checkpoints returned.
An unknown or inaccessible job returns 404.