Class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModelModelFeaturesConfig
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModelModelFeaturesConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2beta/classes.rb,
lib/google/apis/retail_v2beta/representations.rb,
lib/google/apis/retail_v2beta/representations.rb
Overview
Additional model features config.
Instance Attribute Summary collapse
-
#frequently_bought_together_config ⇒ Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfig
Additional configs for the frequently-bought-together model type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2betaModelModelFeaturesConfig
constructor
A new instance of GoogleCloudRetailV2betaModelModelFeaturesConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2betaModelModelFeaturesConfig
Returns a new instance of GoogleCloudRetailV2betaModelModelFeaturesConfig.
4597 4598 4599 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4597 def initialize(**args) update!(**args) end |
Instance Attribute Details
#frequently_bought_together_config ⇒ Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfig
Additional configs for the frequently-bought-together model type.
Corresponds to the JSON property frequentlyBoughtTogetherConfig
4595 4596 4597 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4595 def frequently_bought_together_config @frequently_bought_together_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4602 4603 4604 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4602 def update!(**args) @frequently_bought_together_config = args[:frequently_bought_together_config] if args.key?(:frequently_bought_together_config) end |