Updates a fine-tuned model.
Updates the fine-tuned model with the given ID. The model will be updated with the new settings and name provided in the request body.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
id
FinetunedModel ID.
Headers
X-Client-Name
The name of the project that is making the request.
Request
Information about the fine-tuned model. Must contain name and settings.
name
FinetunedModel name (e.g. foobar).
settings
FinetunedModel settings such as dataset, hyperparameters...
status
Current stage in the life-cycle of the fine-tuned model.
Response
A successful response.
finetuned_model
Information about the fine-tuned model.