Scale Settings Response
data class ScaleSettingsResponse(val maxNodeCount: Int, val minNodeCount: Int? = null, val nodeIdleTimeBeforeScaleDown: String? = null)
scale settings for AML Compute
Constructors
Link copied to clipboard
fun ScaleSettingsResponse(maxNodeCount: Int, minNodeCount: Int? = null, nodeIdleTimeBeforeScaleDown: String? = null)