DP-100 · Question #427
You create an Azure Machine Learning workspace named workspaces. You create a Python SDK v2 notebook to perform custom model training in workspaces. You need to run the notebook from Azure Machine Lea
The correct answer is D. Azure Machine Learning compute instance. An Azure Machine Learning compute instance must be provisioned first because it is the managed, cloud-based Jupyter notebook server used to run notebooks interactively in Azure Machine Learning Studio. A compute instance provides the Python environment, kernel, and execution cont
Question
Options
- Adefault storage account
- Breal-time endpoint
- CAzure Machine Learning compute cluster
- DAzure Machine Learning compute instance
How the community answered
(41 responses)- A2% (1)
- B5% (2)
- C2% (1)
- D90% (37)
Explanation
An Azure Machine Learning compute instance must be provisioned first because it is the managed, cloud-based Jupyter notebook server used to run notebooks interactively in Azure Machine Learning Studio. A compute instance provides the Python environment, kernel, and execution context required to run SDK v2 notebooks. A compute cluster (option C) is designed for scalable batch training jobs, not interactive notebook sessions. A real-time endpoint (option B) is for model serving after training. The default storage account (option A) already exists when the workspace is created and is not something you provision separately for running notebooks.
Topics
Community Discussion
No community discussion yet for this question.