onlineServingConfig property

Featurestore_OnlineServingConfig? onlineServingConfig
final

Optional. Config for online storage resources. The field should not co-exist with the field of OnlineStoreReplicationConfig. If both of it and OnlineStoreReplicationConfig are unset, the feature store will not have an online store and cannot be used for online serving.

Implementation

final Featurestore_OnlineServingConfig? onlineServingConfig;