Ai Feature Store Online Serving Config Args
data class AiFeatureStoreOnlineServingConfigArgs(val fixedNodeCount: Output<Int>? = null, val scaling: Output<AiFeatureStoreOnlineServingConfigScalingArgs>? = null) : ConvertibleToJava<AiFeatureStoreOnlineServingConfigArgs>
Constructors
Link copied to clipboard
constructor(fixedNodeCount: Output<Int>? = null, scaling: Output<AiFeatureStoreOnlineServingConfigScalingArgs>? = 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.