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.
Path parameters
id
FinetunedModel ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Client-Name
The name of the project that is making the request.
Request
This endpoint expects an object.
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.