
Microsoft Certified Azure Data Scientist Associate - DP-100
Get started today
Ultimate access to all questions.
You have the following Azure subscriptions and Azure Machine Learning service workspaces:
- Subscription ID:
8a12e3a1-fb6c-4ccd-bd84-27b8a12e3fbc
- Workspace Name:
ml-project
- Resource Group:
ml-resources
You need to obtain a reference to the ml-project
workspace.
Solution: Run the following Python code:
from azureml.core import Workspace
ws = Workspace.get(name='ml-project',
subscription_id='8a12e3a1-fb6c-4ccd-bd84-27b8a12e3fbc',
resource_group='ml-resources')
Does the solution meet the goal?
You have the following Azure subscriptions and Azure Machine Learning service workspaces:
- Subscription ID:
8a12e3a1-fb6c-4ccd-bd84-27b8a12e3fbc
- Workspace Name:
ml-project
- Resource Group:
ml-resources
You need to obtain a reference to the ml-project
workspace.
Solution: Run the following Python code:
from azureml.core import Workspace
ws = Workspace.get(name='ml-project',
subscription_id='8a12e3a1-fb6c-4ccd-bd84-27b8a12e3fbc',
resource_group='ml-resources')
Does the solution meet the goal?
Exam-Like
