Class RebaseTunedModelRequest (1.72.0)

RebaseTunedModelRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for GenAiTuningService.RebaseTunedModel.

Attributes

Name Description
parent str
Required. The resource name of the Location into which to rebase the Model. Format: projects/{project}/locations/{location}
tuned_model_ref google.cloud.aiplatform_v1.types.TunedModelRef
Required. TunedModel reference to retrieve the legacy model information.
tuning_job google.cloud.aiplatform_v1.types.TuningJob
Optional. The TuningJob to be updated. Users can use this TuningJob field to overwrite tuning configs.
artifact_destination google.cloud.aiplatform_v1.types.GcsDestination
Optional. The Google Cloud Storage location to write the artifacts.
deploy_to_same_endpoint bool
Optional. By default, bison to gemini migration will always create new model/endpoint, but for gemini-1.0 to gemini-1.5 migration, we default deploy to the same endpoint. See details in this Section.

Methods

RebaseTunedModelRequest

RebaseTunedModelRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for GenAiTuningService.RebaseTunedModel.