GoogleCloudRetailV2ExperimentInfo class
Metadata for active A/B testing Experiment.
Constructors
- GoogleCloudRetailV2ExperimentInfo({String? experiment, GoogleCloudRetailV2ExperimentInfoServingConfigExperiment? servingConfigExperiment})
- GoogleCloudRetailV2ExperimentInfo.fromJson(Map json_)
Properties
- experiment ↔ String?
-
The fully qualified resource name of the experiment that provides the
serving config under test, should an active experiment exist.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- servingConfigExperiment ↔ GoogleCloudRetailV2ExperimentInfoServingConfigExperiment?
-
A/B test between existing Cloud Retail Search ServingConfigs.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited