ComputeClusterScaleSettings

data class ComputeClusterScaleSettings(val maxNodeCount: Int, val minNodeCount: Int, val scaleDownNodesAfterIdleDuration: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum node count. Changing this forces a new Machine Learning Compute Cluster to be created.

Link copied to clipboard

Minimal node count. Changing this forces a new Machine Learning Compute Cluster to be created.

Link copied to clipboard

Node Idle Time Before Scale Down: defines the time until the compute is shutdown when it has gone into Idle state. Is defined according to W3C XML schema standard for duration. Changing this forces a new Machine Learning Compute Cluster to be created.