Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable
constructor
A new instance of GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable
Returns a new instance of GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtable.
8976 8977 8978 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8976 def initialize(**args) update!(**args) end |
Instance Attribute Details
#auto_scaling ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStoreBigtableAutoScaling
Required. Autoscaling config applied to Bigtable Instance.
Corresponds to the JSON property autoScaling
8974 8975 8976 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8974 def auto_scaling @auto_scaling end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8981 8982 8983 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8981 def update!(**args) @auto_scaling = args[:auto_scaling] if args.key?(:auto_scaling) end |