FeatureGroupFeatureDefinition constructor
const
FeatureGroupFeatureDefinition({
- Input<
FeatureGroupFeatureDefinitionCollectionConfig?> ? collectionConfig, - Input<
String?> ? collectionType, - Input<
String?> ? featureName, - Input<
String?> ? featureType,
Creates a new FeatureGroupFeatureDefinition.
collectionConfig Optional.
collectionType Optional.
featureName The name of a feature. featureName cannot be any of the following: isDeleted, writeTime, apiInvocationTime.
featureType The value type of a feature. Valid values are Integral, Fractional, or String.
Implementation
const FeatureGroupFeatureDefinition({
this.collectionConfig,
this.collectionType,
this.featureName,
this.featureType,
});