Class FeatureView.OptimizedConfig.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<FeatureView.OptimizedConfig.Builder>
com.google.cloud.aiplatform.v1.FeatureView.OptimizedConfig.Builder
All Implemented Interfaces:
FeatureView.OptimizedConfigOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
FeatureView.OptimizedConfig

public static final class FeatureView.OptimizedConfig.Builder extends com.google.protobuf.GeneratedMessage.Builder<FeatureView.OptimizedConfig.Builder> implements FeatureView.OptimizedConfigOrBuilder
 Configuration for FeatureViews created in Optimized FeatureOnlineStore.
 
Protobuf type google.cloud.aiplatform.v1.FeatureView.OptimizedConfig
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<FeatureView.OptimizedConfig.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<FeatureView.OptimizedConfig.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<FeatureView.OptimizedConfig.Builder>
    • getDefaultInstanceForType

      public FeatureView.OptimizedConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public FeatureView.OptimizedConfig buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public FeatureView.OptimizedConfig.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureView.OptimizedConfig.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<FeatureView.OptimizedConfig.Builder>
    • mergeFrom

      public FeatureView.OptimizedConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureView.OptimizedConfig.Builder>
      Throws:
      IOException
    • hasAutomaticResources

      public boolean hasAutomaticResources()
       Optional. A description of resources that the FeatureView uses, which to
       large degree are decided by Vertex AI, and optionally allows only a
       modest additional configuration. If min_replica_count is not set, the
       default value is 2. If max_replica_count is not set, the default value
       is 6. The max allowed replica count is 1000.
       
      .google.cloud.aiplatform.v1.AutomaticResources automatic_resources = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasAutomaticResources in interface FeatureView.OptimizedConfigOrBuilder
      Returns:
      Whether the automaticResources field is set.
    • getAutomaticResources

      public AutomaticResources getAutomaticResources()
       Optional. A description of resources that the FeatureView uses, which to
       large degree are decided by Vertex AI, and optionally allows only a
       modest additional configuration. If min_replica_count is not set, the
       default value is 2. If max_replica_count is not set, the default value
       is 6. The max allowed replica count is 1000.
       
      .google.cloud.aiplatform.v1.AutomaticResources automatic_resources = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAutomaticResources in interface FeatureView.OptimizedConfigOrBuilder
      Returns:
      The automaticResources.
    • setAutomaticResources

      public FeatureView.OptimizedConfig.Builder setAutomaticResources(AutomaticResources value)
       Optional. A description of resources that the FeatureView uses, which to
       large degree are decided by Vertex AI, and optionally allows only a
       modest additional configuration. If min_replica_count is not set, the
       default value is 2. If max_replica_count is not set, the default value
       is 6. The max allowed replica count is 1000.
       
      .google.cloud.aiplatform.v1.AutomaticResources automatic_resources = 7 [(.google.api.field_behavior) = OPTIONAL];
    • setAutomaticResources

      public FeatureView.OptimizedConfig.Builder setAutomaticResources(AutomaticResources.Builder builderForValue)
       Optional. A description of resources that the FeatureView uses, which to
       large degree are decided by Vertex AI, and optionally allows only a
       modest additional configuration. If min_replica_count is not set, the
       default value is 2. If max_replica_count is not set, the default value
       is 6. The max allowed replica count is 1000.
       
      .google.cloud.aiplatform.v1.AutomaticResources automatic_resources = 7 [(.google.api.field_behavior) = OPTIONAL];
    • mergeAutomaticResources

      public FeatureView.OptimizedConfig.Builder mergeAutomaticResources(AutomaticResources value)
       Optional. A description of resources that the FeatureView uses, which to
       large degree are decided by Vertex AI, and optionally allows only a
       modest additional configuration. If min_replica_count is not set, the
       default value is 2. If max_replica_count is not set, the default value
       is 6. The max allowed replica count is 1000.
       
      .google.cloud.aiplatform.v1.AutomaticResources automatic_resources = 7 [(.google.api.field_behavior) = OPTIONAL];
    • clearAutomaticResources

      public FeatureView.OptimizedConfig.Builder clearAutomaticResources()
       Optional. A description of resources that the FeatureView uses, which to
       large degree are decided by Vertex AI, and optionally allows only a
       modest additional configuration. If min_replica_count is not set, the
       default value is 2. If max_replica_count is not set, the default value
       is 6. The max allowed replica count is 1000.
       
      .google.cloud.aiplatform.v1.AutomaticResources automatic_resources = 7 [(.google.api.field_behavior) = OPTIONAL];
    • getAutomaticResourcesBuilder

      public AutomaticResources.Builder getAutomaticResourcesBuilder()
       Optional. A description of resources that the FeatureView uses, which to
       large degree are decided by Vertex AI, and optionally allows only a
       modest additional configuration. If min_replica_count is not set, the
       default value is 2. If max_replica_count is not set, the default value
       is 6. The max allowed replica count is 1000.
       
      .google.cloud.aiplatform.v1.AutomaticResources automatic_resources = 7 [(.google.api.field_behavior) = OPTIONAL];
    • getAutomaticResourcesOrBuilder

      public AutomaticResourcesOrBuilder getAutomaticResourcesOrBuilder()
       Optional. A description of resources that the FeatureView uses, which to
       large degree are decided by Vertex AI, and optionally allows only a
       modest additional configuration. If min_replica_count is not set, the
       default value is 2. If max_replica_count is not set, the default value
       is 6. The max allowed replica count is 1000.
       
      .google.cloud.aiplatform.v1.AutomaticResources automatic_resources = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAutomaticResourcesOrBuilder in interface FeatureView.OptimizedConfigOrBuilder