Updates a fine-tuned model.

Deprecated

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

idstringRequired
FinetunedModel ID.

Headers

X-Client-NamestringOptional
The name of the project that is making the request.

Request

Information about the fine-tuned model. Must contain name and settings.

namestringRequired

FinetunedModel name (e.g. foobar).

settingsobjectRequired
FinetunedModel settings such as dataset, hyperparameters...
creator_idstringOptional
User ID of the creator.
organization_idstringOptional
Organization ID.
statusenumOptionalDefaults to STATUS_UNSPECIFIED

Current stage in the life-cycle of the fine-tuned model.

created_atstringOptionalformat: "date-time"
Creation timestamp.
updated_atstringOptionalformat: "date-time"
Latest update timestamp.
completed_atstringOptionalformat: "date-time"

Timestamp for the completed fine-tuning.

last_usedstringOptionalformat: "date-time"

Deprecated: Timestamp for the latest request to this fine-tuned model.

Response

A successful response.
finetuned_modelobject or null

Information about the fine-tuned model.

Errors