Interface DeployRequest.DeployConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DeployRequest.DeployConfig, DeployRequest.DeployConfig.Builder
Enclosing class:
DeployRequest

public static interface DeployRequest.DeployConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasDedicatedResources

      boolean hasDedicatedResources()
       Optional. The dedicated resources to use for the endpoint. If not set,
       the default resources will be used.
       
      .google.cloud.aiplatform.v1.DedicatedResources dedicated_resources = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the dedicatedResources field is set.
    • getDedicatedResources

      DedicatedResources getDedicatedResources()
       Optional. The dedicated resources to use for the endpoint. If not set,
       the default resources will be used.
       
      .google.cloud.aiplatform.v1.DedicatedResources dedicated_resources = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The dedicatedResources.
    • getDedicatedResourcesOrBuilder

      DedicatedResourcesOrBuilder getDedicatedResourcesOrBuilder()
       Optional. The dedicated resources to use for the endpoint. If not set,
       the default resources will be used.
       
      .google.cloud.aiplatform.v1.DedicatedResources dedicated_resources = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getFastTryoutEnabled

      boolean getFastTryoutEnabled()
       Optional. If true, enable the QMT fast tryout feature for this model if
       possible.
       
      bool fast_tryout_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The fastTryoutEnabled.
    • getSystemLabelsCount

      int getSystemLabelsCount()
       Optional. System labels for Model Garden deployments.
       These labels are managed by Google and for tracking purposes only.
       
      map<string, string> system_labels = 3 [(.google.api.field_behavior) = OPTIONAL];
    • containsSystemLabels

      boolean containsSystemLabels(String key)
       Optional. System labels for Model Garden deployments.
       These labels are managed by Google and for tracking purposes only.
       
      map<string, string> system_labels = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getSystemLabels

      @Deprecated Map<String,String> getSystemLabels()
      Deprecated.
    • getSystemLabelsMap

      Map<String,String> getSystemLabelsMap()
       Optional. System labels for Model Garden deployments.
       These labels are managed by Google and for tracking purposes only.
       
      map<string, string> system_labels = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getSystemLabelsOrDefault

      String getSystemLabelsOrDefault(String key, String defaultValue)
       Optional. System labels for Model Garden deployments.
       These labels are managed by Google and for tracking purposes only.
       
      map<string, string> system_labels = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getSystemLabelsOrThrow

      String getSystemLabelsOrThrow(String key)
       Optional. System labels for Model Garden deployments.
       These labels are managed by Google and for tracking purposes only.
       
      map<string, string> system_labels = 3 [(.google.api.field_behavior) = OPTIONAL];