Current section
Files
Jump to
Current section
Files
include/glopenai@fine_tuning_FineTuningJobCheckpoint.hrl
-record(fine_tuning_job_checkpoint, {
id :: binary(),
created_at :: integer(),
fine_tuned_model_checkpoint :: binary(),
step_number :: integer(),
metrics :: glopenai@fine_tuning:fine_tuning_job_checkpoint_metrics(),
fine_tuning_job_id :: binary(),
object :: binary()
}).