Class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModelServingConfigList

Inherits:
Object
  • Object
show all
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

Represents an ordered combination of valid serving configs, which can be used for PAGE_OPTIMIZATION recommendations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2betaModelServingConfigList

Returns a new instance of GoogleCloudRetailV2betaModelServingConfigList.



4947
4948
4949
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4947

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

Instance Attribute Details

#serving_config_idsArray<String>

Optional. A set of valid serving configs that may be used for PAGE_OPTIMIZATION. Corresponds to the JSON property servingConfigIds

Returns:

  • (Array<String>)


4945
4946
4947
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4945

def serving_config_ids
  @serving_config_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4952
4953
4954
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4952

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