Endpoints
List training checkpoints
List the checkpoints saved for a Fastino training job.
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.
404.
