Feature constructor
Feature({
- String name = '',
- String description = '',
- Feature_ValueType valueType = Feature_ValueType.$default,
- Timestamp? createTime,
- Timestamp? updateTime,
- Map<
String, String> labels = const {}, - String etag = '',
- FeaturestoreMonitoringConfig? monitoringConfig,
- bool disableMonitoring = false,
- List<
FeatureStatsAnomaly> monitoringStats = const [], - List<
Feature_MonitoringStatsAnomaly> monitoringStatsAnomalies = const [], - List<
FeatureStatsAndAnomaly> featureStatsAndAnomaly = const [], - String versionColumnName = '',
- String pointOfContact = '',
Implementation
Feature({
this.name = '',
this.description = '',
this.valueType = Feature_ValueType.$default,
this.createTime,
this.updateTime,
this.labels = const {},
this.etag = '',
this.monitoringConfig,
this.disableMonitoring = false,
this.monitoringStats = const [],
this.monitoringStatsAnomalies = const [],
this.featureStatsAndAnomaly = const [],
this.versionColumnName = '',
this.pointOfContact = '',
}) : super(fullyQualifiedName);