ExperimentInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)Metadata for active A/B testing [Experiments][].
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | 
      |
|---|---|
| Name | Description | 
serving_config_experiment | 
        
          google.cloud.retail_v2beta.types.ExperimentInfo.ServingConfigExperiment
          A/B test between existing Cloud Retail Search ServingConfigs. This field is a member of oneof_ experiment_metadata.
         | 
      
experiment | 
        
          str
          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
         | 
      
Classes
ServingConfigExperiment
ServingConfigExperiment(mapping=None, *, ignore_unknown_fields=False, **kwargs)Metadata for active serving config A/B tests.