SparkClusterRolesWorkerNodeAutoscaleCapacity

data class SparkClusterRolesWorkerNodeAutoscaleCapacity(val maxInstanceCount: Int, val minInstanceCount: Int)

Constructors

constructor(maxInstanceCount: Int, minInstanceCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of worker nodes to autoscale to based on the cluster's activity.

Link copied to clipboard

The minimum number of worker nodes to autoscale to based on the cluster's activity.