featureDefinitions property
A list of Feature
s. Each Feature
must include a
FeatureName
and a FeatureType
.
Valid FeatureType
s are Integral
,
Fractional
and String
.
FeatureName
s cannot be any of the following:
is_deleted
, write_time
,
api_invocation_time
.
You can create up to 2,500 FeatureDefinition
s per
FeatureGroup
.
Implementation
final List<FeatureDefinition>? featureDefinitions;