Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewOptimizedConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewOptimizedConfig
- 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
Overview
Configuration for FeatureViews created in Optimized FeatureOnlineStore.
Instance Attribute Summary collapse
-
#automatic_resources ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AutomaticResources
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1FeatureViewOptimizedConfig
constructor
A new instance of GoogleCloudAiplatformV1FeatureViewOptimizedConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1FeatureViewOptimizedConfig
Returns a new instance of GoogleCloudAiplatformV1FeatureViewOptimizedConfig.
9299 9300 9301 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9299 def initialize(**args) update!(**args) end |
Instance Attribute Details
#automatic_resources ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AutomaticResources
A description of resources that to large degree are decided by Vertex AI, and
require only a modest additional configuration. Each Model supporting these
resources documents its specific guidelines.
Corresponds to the JSON property automaticResources
9297 9298 9299 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9297 def automatic_resources @automatic_resources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9304 9305 9306 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9304 def update!(**args) @automatic_resources = args[:automatic_resources] if args.key?(:automatic_resources) end |