Ai Feature Store Online Serving Config
data class AiFeatureStoreOnlineServingConfig(val fixedNodeCount: Int? = null, val scaling: AiFeatureStoreOnlineServingConfigScaling? = null)
Properties
Link copied to clipboard
The number of nodes for each cluster. The number of nodes will not scale automatically but can be scaled manually by providing different values when updating.
Link copied to clipboard
Online serving scaling configuration. Only one of fixedNodeCount and scaling can be set. Setting one will reset the other. Structure is documented below.