Microsoft/azure-ai-ml-py — Agent Skills | officialskills.sh
Back to skills

azure-ai-ml-py

officialai-tools

Azure Machine Learning SDK v2 for Python (azure-ai-ml) lets you manage ML resources on Azure programmatically.

Setup & Installation

npx skills add https://github.com/microsoft/skills --skill azure-ai-ml-py
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-python/skills/azure-ai-ml-py
View on GitHub

What This Skill Does

Azure Machine Learning SDK v2 for Python (azure-ai-ml) lets you manage ML resources on Azure programmatically. It covers workspaces, training jobs, model registration, compute clusters, datasets, pipelines, and environments through the MLClient interface.

Instead of clicking through the Azure portal to launch jobs or register models, you get full programmatic control over the entire ML lifecycle from a single Python client.

When to use it

  • Submitting a training job to a remote GPU cluster without leaving Python
  • Registering a trained model to the Azure ML model registry for deployment
  • Building a multi-step pipeline that chains data prep and model training
  • Scaling a compute cluster up or down based on job queue size
  • Versioning datasets stored in Azure Blob Storage as named data assets