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._AbstractRunConfigElementAmlComputeConfiguration
Constructor
AmlComputeConfiguration()
Parameters
Name | Description |
---|---|
vm_size
Required
|
The VM size of the cluster to be created. Supported values: Any Azure VM size. |
vm_priority
Required
|
The VM priority of the cluster to be created. Allowed values are 'dedicated' and 'lowpriority'. |