public sealed class ExperimentInfo : IMessage<ExperimentInfo>, IEquatable<ExperimentInfo>, IDeepCloneable<ExperimentInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ExperimentInfo.
Metadata for active A/B testing [Experiments][].
Implements
IMessageExperimentInfo, IEquatableExperimentInfo, IDeepCloneableExperimentInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ExperimentInfo()
public ExperimentInfo()
ExperimentInfo(ExperimentInfo)
public ExperimentInfo(ExperimentInfo other)
Parameter | |
---|---|
Name | Description |
other | ExperimentInfo |
Properties
Experiment
public string Experiment { get; set; }
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
Property Value | |
---|---|
Type | Description |
string |
ExperimentAsExperimentName
public ExperimentName ExperimentAsExperimentName { get; set; }
ExperimentName-typed view over the Experiment resource name property.
Property Value | |
---|---|
Type | Description |
ExperimentName |
ExperimentMetadataCase
public ExperimentInfo.ExperimentMetadataOneofCase ExperimentMetadataCase { get; }
Property Value | |
---|---|
Type | Description |
ExperimentInfoExperimentMetadataOneofCase |
ServingConfigExperiment
public ExperimentInfo.Types.ServingConfigExperiment ServingConfigExperiment { get; set; }
A/B test between existing Cloud Retail Search [ServingConfig][google.cloud.retail.v2.ServingConfig]s.
Property Value | |
---|---|
Type | Description |
ExperimentInfoTypesServingConfigExperiment |