Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStoreBigtable

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1FeatureOnlineStoreBigtable

Returns a new instance of GoogleCloudAiplatformV1FeatureOnlineStoreBigtable.



10097
10098
10099
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10097

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#auto_scalingGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling

Required. Autoscaling config applied to Bigtable Instance. Corresponds to the JSON property autoScaling



10095
10096
10097
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10095

def auto_scaling
  @auto_scaling
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10102
10103
10104
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10102

def update!(**args)
  @auto_scaling = args[:auto_scaling] if args.key?(:auto_scaling)
end