Class: Google::Cloud::Retail::V2::ExperimentInfo::ServingConfigExperiment
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ExperimentInfo::ServingConfigExperiment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/search_service.rb
Overview
Metadata for active serving config A/B tests.
Instance Attribute Summary collapse
-
#experiment_serving_config ⇒ ::String
The fully qualified resource name of the serving config [Experiment.VariantArm.serving_config_id][] responsible for generating the search response.
-
#original_serving_config ⇒ ::String
The fully qualified resource name of the original SearchRequest.placement in the search request prior to reassignment by experiment API.
Instance Attribute Details
#experiment_serving_config ⇒ ::String
Returns 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/*
.
1204 1205 1206 1207 |
# File 'proto_docs/google/cloud/retail/v2/search_service.rb', line 1204 class ServingConfigExperiment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#original_serving_config ⇒ ::String
Returns 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/*
.
1204 1205 1206 1207 |
# File 'proto_docs/google/cloud/retail/v2/search_service.rb', line 1204 class ServingConfigExperiment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |