Cancel a fine tuning job.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The fine_tuning.job object represents a fine-tuning job that has been created through the API.
The name of the fine-tuned model that is being created.
The Unix timestamp (in seconds) for when the fine-tuning job was created.
The Unix timestamp (in seconds) for when the fine-tuning job was finished. The value will be null if the fine-tuning job is still running.
The hyperparameters used for the fine-tuning job.
The base model that is being fine-tuned.
The organization that owns the fine-tuning job.
The current status of the fine-tuning job.
queued, running, succeeded, failed, cancelled The total number of billable tokens processed by this fine-tuning job. The value will be null if the fine-tuning job is still running.
The storage bucket or object used for training.