update_aml_compute: Update scale settings for an AmlCompute cluster

Description Usage Arguments Value

View source: R/compute.R

Description

Update the scale settings for an existing AmlCompute cluster.

Usage

1
2
3
4
5
6
update_aml_compute(
  cluster,
  min_nodes = NULL,
  max_nodes = NULL,
  idle_seconds_before_scaledown = NULL
)

Arguments

cluster

The AmlCompute cluster.

min_nodes

An integer of the minimum number of nodes to use on the cluster.

max_nodes

An integer of the maximum number of nodes to use on the cluster.

idle_seconds_before_scaledown

An integer of the node idle time in seconds before scaling down the cluster.

Value

None


azuremlsdk documentation built on Oct. 23, 2020, 8:22 p.m.