numericalFeatures property
Map<String, GoogleCloudRecommendationengineV1beta1FeatureMapFloatList> ?
numericalFeatures
getter/setter pair
Numerical features.
Some examples would be the height/weight of a product, or age of a
customer. Feature names must be UTF-8 encoded strings. For example: { "lengths_cm": {"value":[2.3, 15.4]}, "heights_cm": {"value":[8.1, 6.4]} }
Implementation
core.Map<core.String,
GoogleCloudRecommendationengineV1beta1FeatureMapFloatList>?
numericalFeatures;