GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate (google_api_retail v0.20.0)
View SourceA candidate to consider for a given panel. Currently only ServingConfig are valid candidates.
Attributes
-
servingConfigId(type:String.t, default:nil) - This has to be a valid ServingConfig identifier. For example, for a ServingConfig with full name:projects/*/locations/global/catalogs/default_catalog/servingConfigs/my_candidate_config, this would bemy_candidate_config.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate{ servingConfigId: String.t() | nil }