Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::ExperimentInfo::ServingConfigExperiment.
Metadata for active serving config A/B tests.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#experiment_serving_config
def experiment_serving_config() -> ::String
Returns
-
(::String) — 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/*
.
#experiment_serving_config=
def experiment_serving_config=(value) -> ::String
Parameter
-
value (::String) — 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/*
.
Returns
-
(::String) — 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/*
.
#original_serving_config
def original_serving_config() -> ::String
Returns
-
(::String) — 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/*
.
#original_serving_config=
def original_serving_config=(value) -> ::String
Parameter
-
value (::String) — 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/*
.
Returns
-
(::String) — 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/*
.