FineTuningJob
A data class representing a fine-tuning job.
Constructors
Properties
The name of the fine-tuned model that is being created, or null if the fine-tuning job is still running.
The Unix timestamp (in seconds) for when the fine-tuning job was finished, or null if still running.
The hyperparameters used for the fine-tuning job.
The object identifier, which can be referenced in the API endpoints.
The organization that owns the fine-tuning job.
The compiled results file ID(s) for the fine-tuning job, retrievable via the Files API.
The current status of the fine-tuning job (e.g., Status.ValidatingFiles, Status.Queued, etc.).
The total number of billable tokens processed by this fine-tuning job, or null if the job is still running.
The file ID used for training, retrievable via the Files API.
The file ID used for validation, retrievable via the Files API, or null if not available.