- Full summary in Pro version
- 9 more key points in Pro version
- 3 more common mistakes in Pro version
- 3 more exam tips in Pro version
- 45 more related questions in Pro version
Summary
An Azure Machine Learning workspace is the project boundary for MLOps assets. It holds or organizes compute, environments, jobs, models, endpoints, data assets, datastores, notebooks, and connections to supporting Azure resources. AI-300 questions often start here because most other choices, such as compute targets or datasets, only make sense after the workspace exists.
Key Points
- Azure ML Workspace: An Azure Machine Learning workspace is the central cloud resource for organizing machine learning assets, compute, data references, jobs, models, and endpoints. It matters on AI-300 because most MLOps tasks are scoped to a workspace.
Common Mistakes
- Choosing a compute instance for scalable training jobs when the scenario needs an autoscaling compute cluster.
Exam Tips
- Use compute instances for interactive notebooks and compute clusters for repeatable training jobs.