View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ExperimentInfo (google_api_retail v0.10.0)

Metadata for active A/B testing Experiment.

Attributes

  • experiment (type: String.t, default: nil) - The fully qualified resource name of the experiment that provides the serving config under test, should an active experiment exist. For example: projects/*/locations/global/catalogs/default_catalog/experiments/experiment_id
  • servingConfigExperiment (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ExperimentInfoServingConfigExperiment.t, default: nil) - A/B test between existing Cloud Retail Search ServingConfigs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ExperimentInfo{
  experiment: String.t() | nil,
  servingConfigExperiment:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ExperimentInfoServingConfigExperiment.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.