Class GoogleCloudRetailV2ExperimentInfo
Metadata for active A/B testing Experiment.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2ExperimentInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Experiment
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
Declaration
[JsonProperty("experiment")]
public virtual string Experiment { get; set; }
Property Value
Type | Description |
---|---|
string |
ServingConfigExperiment
A/B test between existing Cloud Retail Search ServingConfigs.
Declaration
[JsonProperty("servingConfigExperiment")]
public virtual GoogleCloudRetailV2ExperimentInfoServingConfigExperiment ServingConfigExperiment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2ExperimentInfoServingConfigExperiment |