class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaControl
search/recommendation model results.
Configures dynamic serving time metadata that is used to pre and post process
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @associated_serving_config_ids = args[:associated_serving_config_ids] if args.key?(:associated_serving_config_ids) @display_name = args[:display_name] if args.key?(:display_name) @facet_spec = args[:facet_spec] if args.key?(:facet_spec) @name = args[:name] if args.key?(:name) @rule = args[:rule] if args.key?(:rule) @solution_types = args[:solution_types] if args.key?(:solution_types) end