Update the scale settings for an existing AmlCompute cluster.
update_aml_compute(
cluster,
min_nodes = NULL,
max_nodes = NULL,
idle_seconds_before_scaledown = NULL
)
The AmlCompute
cluster.
An integer of the minimum number of nodes to use on the cluster.
An integer of the maximum number of nodes to use on the cluster.
An integer of the node idle time in seconds before scaling down the cluster.
None