ComputeClusterScaleSettingsArgs

data class ComputeClusterScaleSettingsArgs(val maxNodeCount: Output<Int>, val minNodeCount: Output<Int>, val scaleDownNodesAfterIdleDuration: Output<String>) : ConvertibleToJava<ComputeClusterScaleSettingsArgs>

Constructors

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

Properties

Link copied to clipboard
val maxNodeCount: Output<Int>

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

Link copied to clipboard
val minNodeCount: Output<Int>

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.

Functions

Link copied to clipboard
open override fun toJava(): ComputeClusterScaleSettingsArgs