GoogleCloudRetailV2ExperimentInfoServingConfigExperiment class
Metadata for active serving config A/B tests.
Constructors
- GoogleCloudRetailV2ExperimentInfoServingConfigExperiment({String? experimentServingConfig, String? originalServingConfig})
- GoogleCloudRetailV2ExperimentInfoServingConfigExperiment.fromJson(Map json_)
Properties
- experimentServingConfig ↔ String?
-
The fully qualified resource name of the serving config
Experiment.VariantArm.serving_config_id responsible for generating the
search response.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- originalServingConfig ↔ String?
-
The fully qualified resource name of the original SearchRequest.placement
in the search request prior to reassignment by experiment API.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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