Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

update_aml_compute

Update scale settings for an AmlCompute cluster


Description

Update the scale settings for an existing AmlCompute cluster.

Usage

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

Interface to the 'Azure Machine Learning' 'SDK'

v1.10.0
MIT + file LICENSE
Authors
Diondra Peck [cre, aut], Minna Xiao [aut], AzureML R SDK Team [ctb], Microsoft [cph, fnd], Google Inc. [cph] (Examples and Tutorials), The TensorFlow Authors [cph] (Examples and Tutorials), RStudio Inc. [cph] (Examples and Tutorials)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.