List job
List the metadata for a single fine-tuning job.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the job to retrieve
Response
Fine-tune job details retrieved successfully
ID of the user who owns the fine-tune job.
pending, queued, running, compressing, uploading, cancel_requested, cancelled, error, completed - Option 1
- Option 2
- Option 1
- Option 2
Progress information for a fine-tuning job
Whether the early-stopping criterion triggered.
Step associated with the selected early-stopping artifact. When early_stopping_best_metric is null, no finite best metric was recorded; this is the halt step, not a best-checkpoint step.
Best validation loss observed, corresponding to early_stopping_best_step. Null if no improving evaluation was recorded (for example, a non-finite first evaluation).