public sealed class ExperimentInfo.Types.ServingConfigExperiment : IMessage<ExperimentInfo.Types.ServingConfigExperiment>, IEquatable<ExperimentInfo.Types.ServingConfigExperiment>, IDeepCloneable<ExperimentInfo.Types.ServingConfigExperiment>, IBufferMessage, IMessageReference 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
Experiment.VariantArm.serving_config_id responsible for generating
the search response. For example:
projects/*/locations/*/catalogs/*/servingConfigs/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExperimentServingConfigAsServingConfigName
public ServingConfigName ExperimentServingConfigAsServingConfigName { get; set; }ServingConfigName-typed view over the ExperimentServingConfig resource name property.
| Property Value | |
|---|---|
| Type | Description |
ServingConfigName |
|
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 |
|
OriginalServingConfigAsServingConfigName
public ServingConfigName OriginalServingConfigAsServingConfigName { get; set; }ServingConfigName-typed view over the OriginalServingConfig resource name property.
| Property Value | |
|---|---|
| Type | Description |
ServingConfigName |
|