AiFeatureStoreOnlineServingConfigScaling

data class AiFeatureStoreOnlineServingConfigScaling(val maxNodeCount: Int, val minNodeCount: Int)

Constructors

Link copied to clipboard
constructor(maxNodeCount: Int, minNodeCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of nodes to scale up to. Must be greater than minNodeCount, and less than or equal to 10 times of 'minNodeCount'.

Link copied to clipboard

The minimum number of nodes to scale down to. Must be greater than or equal to 1.