Featurestore constructor
Featurestore({
- String name = '',
- Timestamp? createTime,
- Timestamp? updateTime,
- String etag = '',
- Map<
String, String> labels = const {}, - Featurestore_OnlineServingConfig? onlineServingConfig,
- Featurestore_State state = Featurestore_State.$default,
- int onlineStorageTtlDays = 0,
- EncryptionSpec? encryptionSpec,
- bool satisfiesPzs = false,
- bool satisfiesPzi = false,
Implementation
Featurestore({
this.name = '',
this.createTime,
this.updateTime,
this.etag = '',
this.labels = const {},
this.onlineServingConfig,
this.state = Featurestore_State.$default,
this.onlineStorageTtlDays = 0,
this.encryptionSpec,
this.satisfiesPzs = false,
this.satisfiesPzi = false,
}) : super(fullyQualifiedName);