FeatureOnlineStore constructor
FeatureOnlineStore({
- FeatureOnlineStore_Bigtable? bigtable,
- FeatureOnlineStore_Optimized? optimized,
- String name = '',
- Timestamp? createTime,
- Timestamp? updateTime,
- String etag = '',
- Map<
String, String> labels = const {}, - FeatureOnlineStore_State state = FeatureOnlineStore_State.$default,
- FeatureOnlineStore_DedicatedServingEndpoint? dedicatedServingEndpoint,
- FeatureOnlineStore_EmbeddingManagement? embeddingManagement,
- EncryptionSpec? encryptionSpec,
- bool satisfiesPzs = false,
- 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);