Show / Hide Table of Contents

Class GoogleCloudRetailV2betaExperimentInfo

Metadata for active A/B testing experiment.

Inheritance
object
GoogleCloudRetailV2betaExperimentInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaExperimentInfo : 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 GoogleCloudRetailV2betaExperimentInfoServingConfigExperiment ServingConfigExperiment { get; set; }
Property Value
Type Description
GoogleCloudRetailV2betaExperimentInfoServingConfigExperiment

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX