Files
MachineLearningNotebooks/ignore/doc-qa/how-to-set-up-training-targets/temp.py
2019-01-07 11:29:40 -06:00

9 lines
269 B
Python

from azureml.core import Workspace
ws = Workspace.from_config()
#<amlcompute_temp>
from azureml.core.compute import ComputeTarget, AmlCompute
# First, list the supported VM families for Azure Machine Learning Compute
print(AmlCompute.supported_vmsizes(workspace=ws))