Fine-Tuning
Get Finetuning Job
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Successful Response
Response to the VLM API for fine-tuning a model.
The message from the fine-tuning job.
The model identifier to fine-tune (has the format ft:vlm-1:<my-org>:<custom_suffix>:id
).
The usage metrics for the request.
The unique identifier for the fine-tuning job.
The date and time when the job was created (in UTC timezone).
The date and time when the job was completed (in UTC timezone).
The status of the fine-tuning job.
Available options:
enqueued
, pending
, running
, completed
, failed
, paused
The suffix to use for the fine-tuned model.
The base URL to use for Weights & Biases.
The project to use for the fine-tuning job.
The URL to the Weights & Biases project.