v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132661,4471.5 MB
projects

Rebase a tuned model. A rebase operation takes a model that was previously tuned on a base model version, and retunes it on a new base model version. The rebase operation creates a new tuning job and a new tuned model.

post/v1/{+parent}/tuningJobs:rebaseTunedModel

Path parameters

parentstring required

Required. The resource name of the location in which to rebase the Model. Format: projects/{project}/locations/{location}

Request body

deployToSameEndpointboolean

Optional. By default, rebasing a model creates a new endpoint for the new model. If this flag is set to true, the new model will be deployed to the same endpoint as the original model. WARNING: If you deploy to the same endpoint, the original model will be un-deployed and replaced by the new model.

Response

Successful response