Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaModelModelFeaturesConfig

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

Overview

Additional model features config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2betaModelModelFeaturesConfig

Returns a new instance of GoogleCloudRetailV2betaModelModelFeaturesConfig.



9331
9332
9333
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 9331

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

Instance Attribute Details

#frequently_bought_together_configGoogle::Apis::RetailV2alpha::GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfig

Additional configs for the frequently-bought-together model type. Corresponds to the JSON property frequentlyBoughtTogetherConfig



9329
9330
9331
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 9329

def frequently_bought_together_config
  @frequently_bought_together_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9336
9337
9338
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 9336

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