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.
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/*.
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/*.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ExperimentInfo.Types.ServingConfigExperiment` class within the Google Cloud Retail v2 API, with version 2.12.0 being the most recent."],["The `ServingConfigExperiment` class is used for managing metadata related to active serving config A/B tests within the Retail v2 API."],["The class is a part of the `Google.Cloud.Retail.V2` namespace and is defined within the `Google.Cloud.Retail.V2.dll` assembly, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation offers details on the class's properties, `ExperimentServingConfig` and `OriginalServingConfig`, which represent the resource names of serving configurations involved in the experiment."],["There are many other versions available, starting from 1.0.0 to the latest version 2.12.0, along with links to the documentation for each."]]],[]]