AmlComputeConfiguration Class

Represents configuration information for experiments that target AmlCompute.

This class is used in the RunConfiguration class.

Class AmlComputeConfiguration constructor.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
AmlComputeConfiguration

Constructor

AmlComputeConfiguration()

Parameters

vm_size
str
Required

The VM size of the cluster to be created. Supported values: Any Azure VM size.

vm_priority
str
Required

The VM priority of the cluster to be created. Allowed values are 'dedicated' and 'lowpriority'.