Machine Learning Workspace Assets
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Operationalizing Machine Learning and Generative AI Solutions premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- Assets vs. resources: the reuse model
- Data assets: three types, immutable versions
- Environments: curated vs. custom runtimes
- Components: the reusable pipeline step
- Registries and asset-level RBAC
- Exam pattern recognition
Azure ML workspace asset kinds
| Aspect | Data asset | Environment | Component |
|---|---|---|---|
| What it captures | A named pointer to data plus metadata | The software runtime (packages, Docker image) | A pipeline step: code, typed I/O, command, environment |
| Types / forms | uri_file, uri_folder, mltable | Curated (read-only) or custom | Command component (type: command) |
| Reference form | azureml:<name>:<version> | azureml:<name>:<version> | azureml:<name>:<version> or @latest |
| Register with | az ml data create | az ml environment create | az ml component create |
| Lifecycle verbs | Version, archive, restore (no delete) | Version; clone curated to customize | Create, update, archive, restore |
| Shared across workspaces via | A registry | A registry | A registry |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
References
- Create and manage registries - Azure Machine Learning
- Data concepts in Azure Machine Learning - Azure Machine Learning
- Working with tables in Azure Machine Learning - Azure Machine Learning
- Create Data Assets - Azure Machine Learning
- Access data in a job - Azure Machine Learning
- About Azure Machine Learning environments - Azure Machine Learning
- Manage Azure Machine Learning environments with the CLI & SDK (v2) - Azure Machine Learning
- What is a component - Azure Machine Learning
- Create and Run Component-Based ML Pipelines (CLI) - Azure Machine Learning
- Machine Learning registries - Azure Machine Learning
- Manage roles in your workspace - Azure Machine Learning