scaling

@JvmName(name = "djlfabrpbrsyctmc")
suspend fun scaling(value: Output<AiFeatureStoreOnlineServingConfigScalingArgs>)
@JvmName(name = "fhyokpfrtxyjypek")
suspend fun scaling(value: AiFeatureStoreOnlineServingConfigScalingArgs?)

Parameters

value

Online serving scaling configuration. Only one of fixedNodeCount and scaling can be set. Setting one will reset the other. Structure is documented below.


@JvmName(name = "jswdgyfivcwsvhlg")
suspend fun scaling(argument: suspend AiFeatureStoreOnlineServingConfigScalingArgsBuilder.() -> Unit)

Parameters

argument

Online serving scaling configuration. Only one of fixedNodeCount and scaling can be set. Setting one will reset the other. Structure is documented below.