AiFeatureStoreOnlineServingConfig

data class AiFeatureStoreOnlineServingConfig(val fixedNodeCount: Int? = null, val scaling: AiFeatureStoreOnlineServingConfigScaling? = null)

Constructors

Link copied to clipboard
constructor(fixedNodeCount: Int? = null, scaling: AiFeatureStoreOnlineServingConfigScaling? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fixedNodeCount: Int? = null

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.