Class GoogleCloudRetailV2betaExperimentInfoServingConfigExperiment
Metadata for active serving config A/B tests.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaExperimentInfoServingConfigExperiment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExperimentServingConfig
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/*
.
Declaration
[JsonProperty("experimentServingConfig")]
public virtual string ExperimentServingConfig { get; set; }
Property Value
Type | Description |
---|---|
string |
OriginalServingConfig
The fully qualified resource name of the original SearchRequest.placement in the search request prior to
reassignment by experiment API. For example: projects/*/locations/*/catalogs/*/servingConfigs/*
.
Declaration
[JsonProperty("originalServingConfig")]
public virtual string OriginalServingConfig { get; set; }
Property Value
Type | Description |
---|---|
string |