Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

training_project_id
string
required
training_job_id
string
required

Response

200 - application/json

A response to fetch checkpoints for a training job.

training_job
TrainingJobV1 · object
required

The training job.

checkpoints
TrainingJobCheckpointV1 · object[]
required

The checkpoints for the training job.