Retail V2 API - Class Google::Cloud::Retail::V2::ExperimentInfo (v0.16.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::ExperimentInfo.

Metadata for active A/B testing [Experiments][].

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

#serving_config_experiment=

def serving_config_experiment=(value) -> ::Google::Cloud::Retail::V2::ExperimentInfo::ServingConfigExperiment
Parameter
Returns