public interface RebaseTunedModelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsDestination |
getArtifactDestination()
Optional.
|
GcsDestinationOrBuilder |
getArtifactDestinationOrBuilder()
Optional.
|
boolean |
getDeployToSameEndpoint()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
TunedModelRef |
getTunedModelRef()
Required.
|
TunedModelRefOrBuilder |
getTunedModelRefOrBuilder()
Required.
|
TuningJob |
getTuningJob()
Optional.
|
TuningJobOrBuilder |
getTuningJobOrBuilder()
Optional.
|
boolean |
hasArtifactDestination()
Optional.
|
boolean |
hasTunedModelRef()
Required.
|
boolean |
hasTuningJob()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the Location into which to rebase the Model.
Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the Location into which to rebase the Model.
Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasTunedModelRef()
Required. TunedModel reference to retrieve the legacy model information.
.google.cloud.aiplatform.v1beta1.TunedModelRef tuned_model_ref = 2 [(.google.api.field_behavior) = REQUIRED];
TunedModelRef getTunedModelRef()
Required. TunedModel reference to retrieve the legacy model information.
.google.cloud.aiplatform.v1beta1.TunedModelRef tuned_model_ref = 2 [(.google.api.field_behavior) = REQUIRED];
TunedModelRefOrBuilder getTunedModelRefOrBuilder()
Required. TunedModel reference to retrieve the legacy model information.
.google.cloud.aiplatform.v1beta1.TunedModelRef tuned_model_ref = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasTuningJob()
Optional. The TuningJob to be updated. Users can use this TuningJob field to overwrite tuning configs.
.google.cloud.aiplatform.v1beta1.TuningJob tuning_job = 3 [(.google.api.field_behavior) = OPTIONAL];
TuningJob getTuningJob()
Optional. The TuningJob to be updated. Users can use this TuningJob field to overwrite tuning configs.
.google.cloud.aiplatform.v1beta1.TuningJob tuning_job = 3 [(.google.api.field_behavior) = OPTIONAL];
TuningJobOrBuilder getTuningJobOrBuilder()
Optional. The TuningJob to be updated. Users can use this TuningJob field to overwrite tuning configs.
.google.cloud.aiplatform.v1beta1.TuningJob tuning_job = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean hasArtifactDestination()
Optional. The Google Cloud Storage location to write the artifacts.
.google.cloud.aiplatform.v1beta1.GcsDestination artifact_destination = 4 [(.google.api.field_behavior) = OPTIONAL];
GcsDestination getArtifactDestination()
Optional. The Google Cloud Storage location to write the artifacts.
.google.cloud.aiplatform.v1beta1.GcsDestination artifact_destination = 4 [(.google.api.field_behavior) = OPTIONAL];
GcsDestinationOrBuilder getArtifactDestinationOrBuilder()
Optional. The Google Cloud Storage location to write the artifacts.
.google.cloud.aiplatform.v1beta1.GcsDestination artifact_destination = 4 [(.google.api.field_behavior) = OPTIONAL];
boolean getDeployToSameEndpoint()
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.
bool deploy_to_same_endpoint = 5 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.