The fine_tuning.job object represents a fine-tuning job that has been created through the API.
Instance methods
created_at
The Unix timestamp (in seconds) for when the fine-tuning job was created.
Sourcecreated_at=(created_at :
Int64)
The Unix timestamp (in seconds) for when the fine-tuning job was created.
Sourceerror=(error : FineTuningJobError)
Sourceestimated_finish=(estimated_finish : FineTuningJobEstimatedFinish | Nil)
Sourcefine_tuned_model=(fine_tuned_model : FineTuningJobFineTunedModel)
Sourcefinished_at=(finished_at : FineTuningJobFinishedAt)
Sourcehyperparameters
The hyperparameters used for the fine-tuning job. This value will only be returned when running supervised jobs.
Sourcehyperparameters=(hyperparameters : FineTuningJobHyperparameters)
The hyperparameters used for the fine-tuning job. This value will only be returned when running supervised jobs.
Sourceid
The object identifier, which can be referenced in the API endpoints.
SourceThe object identifier, which can be referenced in the API endpoints.
Sourceintegrations=(integrations : FineTuningJobIntegrations | Nil)
Sourcemethod=(method : FineTuneMethod | Nil)
Sourcemodel
The base model that is being fine-tuned.
SourceThe base model that is being fine-tuned.
Sourceobject
The object type, which is always "fine_tuning.job".
Sourceobject=(object : FineTuningJobObject)
The object type, which is always "fine_tuning.job".
Sourceorganization_id
The organization that owns the fine-tuning job.
Sourceorganization_id=(organization_id :
String)
The organization that owns the fine-tuning job.
Sourceresult_files
The compiled results file ID(s) for the fine-tuning job. You can retrieve the results with the Files API.
SourceThe compiled results file ID(s) for the fine-tuning job. You can retrieve the results with the Files API.
Sourceseed
The seed used for the fine-tuning job.
SourceThe seed used for the fine-tuning job.
Sourcestatus
The current status of the fine-tuning job, which can be either validating_files, queued, running, succeeded, failed, or cancelled.
Sourcestatus=(status : FineTuningJobStatus)
The current status of the fine-tuning job, which can be either validating_files, queued, running, succeeded, failed, or cancelled.
Sourcetrained_tokens=(trained_tokens : FineTuningJobTrainedTokens)
Sourcetraining_file
The file ID used for training. You can retrieve the training data with the Files API.
Sourcetraining_file=(training_file :
String)
The file ID used for training. You can retrieve the training data with the Files API.
Sourcevalidation_file=(validation_file : FineTuningJobValidationFile)
Source