Designing and Implementing a Data Science Solution on Azure — Question 79
You manage an Azure Machine Learning workspace by using the Azure CLI ml extension v2.
You need to define a YAML schema to create a compute cluster.
Which schema should you use?
Answer options
- A. https://azuremlschemas.azureedge.net/latest/computeInstance.schema.json
- B. https://azuremlschemas.azureedge.net/latest/amlCompute.schema.json
- C. https://azuremlschemas.azureedge.net/latest/vmCompute.schema.json
- D. https://azuremlschemas.azureedge.net/latest/kubernetesCompute.schema.json
Correct answer: B
Explanation
The correct answer is B, as the amlCompute.schema.json is specifically designed for defining compute clusters in Azure Machine Learning. Options A, C, and D refer to other types of compute resources and are not suitable for creating a compute cluster.