FeatureOnlineStore constructor

FeatureOnlineStore({
  1. FeatureOnlineStore_Bigtable? bigtable,
  2. FeatureOnlineStore_Optimized? optimized,
  3. String name = '',
  4. Timestamp? createTime,
  5. Timestamp? updateTime,
  6. String etag = '',
  7. Map<String, String> labels = const {},
  8. FeatureOnlineStore_State state = FeatureOnlineStore_State.$default,
  9. FeatureOnlineStore_DedicatedServingEndpoint? dedicatedServingEndpoint,
  10. FeatureOnlineStore_EmbeddingManagement? embeddingManagement,
  11. EncryptionSpec? encryptionSpec,
  12. bool satisfiesPzs = false,
  13. bool satisfiesPzi = false,
})

Implementation

FeatureOnlineStore({
  this.bigtable,
  this.optimized,
  this.name = '',
  this.createTime,
  this.updateTime,
  this.etag = '',
  this.labels = const {},
  this.state = FeatureOnlineStore_State.$default,
  this.dedicatedServingEndpoint,
  this.embeddingManagement,
  this.encryptionSpec,
  this.satisfiesPzs = false,
  this.satisfiesPzi = false,
}) : super(fullyQualifiedName);