Interface FeatureView.OptimizedConfigOrBuilder

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

public static interface FeatureView.OptimizedConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    Optional.
    boolean
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAutomaticResources

      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];
      Returns:
      Whether the automaticResources field is set.
    • getAutomaticResources

      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];
      Returns:
      The automaticResources.
    • getAutomaticResourcesOrBuilder

      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];