Class: Google::Cloud::AIPlatform::V1::FeatureView::OptimizedConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/feature_view.rb

Overview

Configuration for FeatureViews created in Optimized FeatureOnlineStore.

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_resources::Google::Cloud::AIPlatform::V1::AutomaticResources

Returns 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.

Returns:

  • (::Google::Cloud::AIPlatform::V1::AutomaticResources)

    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.



281
282
283
284
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 281

class OptimizedConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end