GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig class
Configures the catalog level that users send events to, and the level at which predictions are made.
Constructors
- GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig({String? eventItemLevel, String? predictItemLevel})
- GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig.fromJson(Map _json)
Properties
- eventItemLevel ↔ String?
-
Level of the catalog at which events are uploaded.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- predictItemLevel ↔ String?
-
Level of the catalog at which predictions are made.
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