Skip to content
Primary navigation

Checkpoints

List fine-tuning checkpoints
CheckpointListPage fineTuning().jobs().checkpoints().list(CheckpointListParamsparams = CheckpointListParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/fine_tuning/jobs/{fine_tuning_job_id}/checkpoints
ModelsExpand Collapse
class FineTuningJobCheckpoint:

The fine_tuning.job.checkpoint object represents a model checkpoint for a fine-tuning job that is ready to use.

String id

The checkpoint identifier, which can be referenced in the API endpoints.

long createdAt

The Unix timestamp (in seconds) for when the checkpoint was created.

String fineTunedModelCheckpoint

The name of the fine-tuned checkpoint model that is created.

String fineTuningJobId

The name of the fine-tuning job that this checkpoint was created from.

Metrics metrics

Metrics at the step number during the fine-tuning job.

Optional<Double> fullValidLoss
Optional<Double> fullValidMeanTokenAccuracy
Optional<Double> step
Optional<Double> trainLoss
Optional<Double> trainMeanTokenAccuracy
Optional<Double> validLoss
Optional<Double> validMeanTokenAccuracy
JsonValue; object_ "fine_tuning.job.checkpoint"constant"fine_tuning.job.checkpoint"constant

The object type, which is always "fine_tuning.job.checkpoint".

long stepNumber

The step number that the checkpoint was created at.