Authorizations
Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>
Response
200 - application/json
Successful response.
The is an object representing a fine-tuning job.
The name of the base model used for fine-tuning.
Time at which the job completed.
This is an object representing the dataset used for a job.
The hyperparameters used to configure the job.
Unique identifier for the object.
The name of the job.
Time at which the job started.
The status of the job.
Available options:
queued
, starting
, running
, completed
, failed
, cancelled