Compute Cluster Scale Settings
data class ComputeClusterScaleSettings(val maxNodeCount: Int, val minNodeCount: Int, val scaleDownNodesAfterIdleDuration: String)
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.