ScaleSettingsResponse

data class ScaleSettingsResponse(val maxNodeCount: Int, val minNodeCount: Int? = null, val nodeIdleTimeBeforeScaleDown: String? = null)

scale settings for AML Compute

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Max number of nodes to use

Link copied to clipboard
val minNodeCount: Int? = null

Min number of nodes to use

Link copied to clipboard

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