class Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate
valid candidates.
A candidate to consider for a given panel. Currently only ServingConfig are
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @serving_config_id = args[:serving_config_id] if args.key?(:serving_config_id) end