Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::ExperimentInfo.
Metadata for active A/B testing [Experiment][].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#experiment
def experiment() -> ::String
    Returns
    
  - 
        (::String) — The fully qualified resource name of the experiment that provides the
serving config under test, should an active experiment exist. For example:
projects/*/locations/global/catalogs/default_catalog/experiments/experiment_id
#experiment=
def experiment=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The fully qualified resource name of the experiment that provides the
serving config under test, should an active experiment exist. For example:
projects/*/locations/global/catalogs/default_catalog/experiments/experiment_id
    Returns
    
  - 
        (::String) — The fully qualified resource name of the experiment that provides the
serving config under test, should an active experiment exist. For example:
projects/*/locations/global/catalogs/default_catalog/experiments/experiment_id
#serving_config_experiment
def serving_config_experiment() -> ::Google::Cloud::Retail::V2::ExperimentInfo::ServingConfigExperiment
    Returns
    
  - (::Google::Cloud::Retail::V2::ExperimentInfo::ServingConfigExperiment) — A/B test between existing Cloud Retail Search {::Google::Cloud::Retail::V2::ServingConfig ServingConfig}s.
#serving_config_experiment=
def serving_config_experiment=(value) -> ::Google::Cloud::Retail::V2::ExperimentInfo::ServingConfigExperiment
    Parameter
    
  - value (::Google::Cloud::Retail::V2::ExperimentInfo::ServingConfigExperiment) — A/B test between existing Cloud Retail Search {::Google::Cloud::Retail::V2::ServingConfig ServingConfig}s.
    Returns
    
- (::Google::Cloud::Retail::V2::ExperimentInfo::ServingConfigExperiment) — A/B test between existing Cloud Retail Search {::Google::Cloud::Retail::V2::ServingConfig ServingConfig}s.