categoricalFeatures property

Map<String, GoogleCloudRecommendationengineV1beta1FeatureMapStringList>? categoricalFeatures
getter/setter pair

Categorical features that can take on one of a limited number of possible values.

Some examples would be the brand/maker of a product, or country of a customer. Feature names and values must be UTF-8 encoded strings. For example: { "colors": {"value": ["yellow", "green"]}, "sizes": {"value":["S", "M"]}

Implementation

core.Map<core.String,
        GoogleCloudRecommendationengineV1beta1FeatureMapStringList>?
    categoricalFeatures;