Interface RebaseTunedModelRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RebaseTunedModelRequest, RebaseTunedModelRequest.Builder

@Generated public interface RebaseTunedModelRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getParent

      String 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) = { ... }
      Returns:
      The parent.
    • getParentBytes

      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) = { ... }
      Returns:
      The bytes for parent.
    • hasTunedModelRef

      boolean hasTunedModelRef()
       Required. TunedModel reference to retrieve the legacy model information.
       
      .google.cloud.aiplatform.v1.TunedModelRef tuned_model_ref = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the tunedModelRef field is set.
    • getTunedModelRef

      TunedModelRef getTunedModelRef()
       Required. TunedModel reference to retrieve the legacy model information.
       
      .google.cloud.aiplatform.v1.TunedModelRef tuned_model_ref = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The tunedModelRef.
    • getTunedModelRefOrBuilder

      TunedModelRefOrBuilder getTunedModelRefOrBuilder()
       Required. TunedModel reference to retrieve the legacy model information.
       
      .google.cloud.aiplatform.v1.TunedModelRef tuned_model_ref = 2 [(.google.api.field_behavior) = REQUIRED];
    • hasTuningJob

      boolean hasTuningJob()
       Optional. The TuningJob to be updated. Users can use this TuningJob field
       to overwrite tuning configs.
       
      .google.cloud.aiplatform.v1.TuningJob tuning_job = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the tuningJob field is set.
    • getTuningJob

      TuningJob getTuningJob()
       Optional. The TuningJob to be updated. Users can use this TuningJob field
       to overwrite tuning configs.
       
      .google.cloud.aiplatform.v1.TuningJob tuning_job = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The tuningJob.
    • getTuningJobOrBuilder

      TuningJobOrBuilder getTuningJobOrBuilder()
       Optional. The TuningJob to be updated. Users can use this TuningJob field
       to overwrite tuning configs.
       
      .google.cloud.aiplatform.v1.TuningJob tuning_job = 3 [(.google.api.field_behavior) = OPTIONAL];
    • hasArtifactDestination

      boolean hasArtifactDestination()
       Optional. The Google Cloud Storage location to write the artifacts.
       
      .google.cloud.aiplatform.v1.GcsDestination artifact_destination = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the artifactDestination field is set.
    • getArtifactDestination

      GcsDestination getArtifactDestination()
       Optional. The Google Cloud Storage location to write the artifacts.
       
      .google.cloud.aiplatform.v1.GcsDestination artifact_destination = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The artifactDestination.
    • getArtifactDestinationOrBuilder

      GcsDestinationOrBuilder getArtifactDestinationOrBuilder()
       Optional. The Google Cloud Storage location to write the artifacts.
       
      .google.cloud.aiplatform.v1.GcsDestination artifact_destination = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getDeployToSameEndpoint

      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];
      Returns:
      The deployToSameEndpoint.