GoogleCloudRecommendationengineV1beta1FeatureMap class
FeatureMap represents extra features that customers want to include in the recommendation model for catalogs/user events as categorical/numerical features.
Constructors
-
GoogleCloudRecommendationengineV1beta1FeatureMap({Map<
String, GoogleCloudRecommendationengineV1beta1FeatureMapStringList> ? categoricalFeatures, Map<String, GoogleCloudRecommendationengineV1beta1FeatureMapFloatList> ? numericalFeatures}) - GoogleCloudRecommendationengineV1beta1FeatureMap.fromJson(Map _json)
Properties
-
categoricalFeatures
↔ Map<
String, GoogleCloudRecommendationengineV1beta1FeatureMapStringList> ? -
Categorical features that can take on one of a limited number of possible
values.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
numericalFeatures
↔ Map<
String, GoogleCloudRecommendationengineV1beta1FeatureMapFloatList> ? -
Numerical features.
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