Featurestore constructor

Featurestore({
  1. String name = '',
  2. Timestamp? createTime,
  3. Timestamp? updateTime,
  4. String etag = '',
  5. Map<String, String> labels = const {},
  6. Featurestore_OnlineServingConfig? onlineServingConfig,
  7. Featurestore_State state = Featurestore_State.$default,
  8. int onlineStorageTtlDays = 0,
  9. EncryptionSpec? encryptionSpec,
  10. bool satisfiesPzs = false,
  11. 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);