Show / Hide Table of Contents

Class GoogleCloudRetailV2betaExperimentInfoServingConfigExperiment

Metadata for active serving config A/B tests.

Inheritance
object
GoogleCloudRetailV2betaExperimentInfoServingConfigExperiment
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX