ScaleSettingsArgs

data class ScaleSettingsArgs(val maxNodeCount: Output<Int>, val minNodeCount: Output<Int>? = null, val nodeIdleTimeBeforeScaleDown: Output<String>? = null) : ConvertibleToJava<ScaleSettingsArgs>

scale settings for AML Compute

Constructors

Link copied to clipboard
constructor(maxNodeCount: Output<Int>, minNodeCount: Output<Int>? = null, nodeIdleTimeBeforeScaleDown: Output<String>? = null)

Properties

Link copied to clipboard
val maxNodeCount: Output<Int>

Max number of nodes to use

Link copied to clipboard
val minNodeCount: Output<Int>? = null

Min number of nodes to use

Link copied to clipboard
val nodeIdleTimeBeforeScaleDown: Output<String>? = null

Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format.

Functions

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