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