Updates a fine-tuned model.

PATCH

Path parameters

idstringRequired

FinetunedModel ID.

Headers

X-Client-NamestringOptional

The name of the project that is making the request.

Request

This endpoint expects an object.
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_atdatetimeOptional

Creation timestamp.

updated_atdatetimeOptional

Latest update timestamp.

completed_atdatetimeOptional

Timestamp for the completed fine-tuning.

last_useddatetimeOptional

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

Response

This endpoint returns an object.
finetuned_modelobjectOptional

Information about the fine-tuned model.