public sealed class ExperimentInfo.Types.ServingConfigExperiment : IMessage<ExperimentInfo.Types.ServingConfigExperiment>, IEquatable<ExperimentInfo.Types.ServingConfigExperiment>, IDeepCloneable<ExperimentInfo.Types.ServingConfigExperiment>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ExperimentInfo.Types.ServingConfigExperiment.
Metadata for active serving config A/B tests.
Implements
IMessageExperimentInfoTypesServingConfigExperiment, IEquatableExperimentInfoTypesServingConfigExperiment, IDeepCloneableExperimentInfoTypesServingConfigExperiment, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ServingConfigExperiment()
public ServingConfigExperiment()
ServingConfigExperiment(ServingConfigExperiment)
public ServingConfigExperiment(ExperimentInfo.Types.ServingConfigExperiment other)
Parameter | |
---|---|
Name | Description |
other | ExperimentInfoTypesServingConfigExperiment |
Properties
ExperimentServingConfig
public string ExperimentServingConfig { get; set; }
The fully qualified resource name of the serving config
[VariantArm.serving_config_id][] responsible for generating the search
response. For example:
projects/*/locations/*/catalogs/*/servingConfigs/*
.
Property Value | |
---|---|
Type | Description |
string |
OriginalServingConfig
public string OriginalServingConfig { get; set; }
The fully qualified resource name of the original
[SearchRequest.placement][google.cloud.retail.v2.SearchRequest.placement]
in the search request prior to reassignment by experiment API. For
example: projects/*/locations/*/catalogs/*/servingConfigs/*
.
Property Value | |
---|---|
Type | Description |
string |