Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the fine-tuning job.
Response
A fine-tuning job object.
The response is of type object
.
Get info about a fine-tuning job by its ID.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the fine-tuning job.
A fine-tuning job object.
The response is of type object
.