azureml-pipeline
Used to build, optimize, and manage their machine learning workflows.
What it is and what it does
azureml-pipeline is a Python SDK component for defining and managing machine learning workflows within Azure Machine Learning. It allows data scientists to compose reusable steps—such as data preparation, model training, hyperparameter tuning, and deployment—into executable pipelines that can be submitted to Azure for distributed execution and tracked over time.
The package depends on azureml-pipeline-core and azureml-pipeline-steps to provide the underlying pipeline infrastructure and step types. It supports Python 3.8 through 3.11 on Windows, macOS, and Linux, and is classified as production-stable. The package is part of the broader Azure ML SDK ecosystem and is intended for developers and researchers building ML workflows in Azure.
Use it for:
- Orchestrate multi-step data preparation and model training workflows that run on Azure compute resources.
- Define reusable pipeline steps and modules to standardize ML processes across teams.
- Submit and monitor long-running ML jobs without managing infrastructure directly.
- Automate hyperparameter tuning and model validation as part of a repeatable pipeline.
- Build end-to-end ML workflows from raw data ingestion through model deployment.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Builds, optimizes, and manages machine learning workflows in Azure by composing data preparation, model training, and deployment steps into executable pipelines that can be submitted and tracked.
Yes, if you are building ML workflows in Azure. The package is production-stable, actively maintained, has low install friction, and addresses a core use case for Azure ML users. The proprietary license requires verification of terms, but poses no blocker for typical development use within Azure. No known security vulnerabilities.
Install
azureml-pipeline on PyPI
pip
pip install azureml-pipelineuv
uv add azureml-pipelinepoetry
poetry add azureml-pipelineInstalling azureml-pipeline
Before you install
Low install friction with a pure-Python wheel and only two runtime dependencies. Actively maintained as of 170 days ago with production-stable status.
License in practice
Licensed under a proprietary Microsoft license (https://aka.ms/azureml-sdk-license) rather than an open-source SPDX license, which may restrict commercial or derivative use depending on the terms.
Quickstart
pip install azureml-pipeline
from azureml.pipeline.core import Pipeline
from azureml.pipeline.steps import PythonScriptStep
# Create pipeline steps and compose into a Pipeline object
pipeline = Pipeline(workspace=ws, steps=[step1, step2])
Requires an Azure Machine Learning workspace and authentication credentials to submit and track pipeline runs.
Verify before relying
- Exact scope of the proprietary license terms and whether it permits commercial use or redistribution.
- Whether azureml-pipeline-core and azureml-pipeline-steps are independently versioned or locked to this release.
Package facts
| License | https://aka.ms/azureml-sdk-license (unclear) |
| Python support | supports the current Python release (<4.0,>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — azureml-pipeline-core, azureml-pipeline-steps |
| Maintenance | actively maintained — 170 days since the last release |
| First released | |
| Downloads | 217,198/month — #9,363 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azureml_pipeline-1.62.0-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
azureml-pipeline-coreProvides core pipeline infrastructure for Azure…
unclear · top 15,000 on PyPI
azureml-pipeline-stepsDefines step types for building computation…
unclear · top 15,000 on PyPI
chalkpyChalk is a Python SDK for building and…
unclear · top 15,000 on PyPI
weaselWeasel is a workflow orchestration system for…
permissive · top 1,000 on PyPI
azureml-dataprepLoads, transforms, and writes data for Azure…
unclear · top 5,000 on PyPI
azure-ml-componentAuthoring, managing, and submitting Azure…
unclear · top 15,000 on PyPI
azureml-dataprep-nativeProvides native code extensions for the…
unclear · top 15,000 on PyPI
azureml-dataprep-rslexA Rust-based execution engine for Azure Machine…
unclear · top 15,000 on PyPI
azureml-sdkProvides a Python SDK to build, train, and…
unclear · top 15,000 on PyPI
model-indexMaintains a structured index of machine…
permissive · top 15,000 on PyPI