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

Metadata for active serving config A/B tests.

Attributes

  • experimentServingConfig (type: String.t, default: nil) - The fully qualified resource name of the serving config Experiment.VariantArm.serving_config_id responsible for generating the search response. For example: projects/*/locations/*/catalogs/*/servingConfigs/*.
  • originalServingConfig (type: String.t, default: nil) - The fully qualified resource name of the original SearchRequest.placement in the search request prior to reassignment by experiment API. For example: projects/*/locations/*/catalogs/*/servingConfigs/*.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ExperimentInfoServingConfigExperiment{
    experimentServingConfig: String.t() | nil,
    originalServingConfig: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.