View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate (google_api_retail v0.12.0)

A 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 be my_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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.