azureml-pipeline-steps
Aeva : represents a unit of computation in azureml-pipeline
What it is and what it does
azureml-pipeline-steps is a component of the Azure Machine Learning SDK that defines the step types used to construct pipelines—units of computation that can be orchestrated and executed on Azure ML infrastructure. It sits between azureml-pipeline-core (which manages the pipeline graph) and azureml-train-core and azureml-train-automl-client (which provide the training and AutoML execution logic). The package is production-stable, supports Python 3.8–3.11, and has been actively maintained since its 2018 release.
You install it when you need to programmatically define and run machine learning workflows on Azure—for example, to chain data preparation, model training, and evaluation steps into a reproducible pipeline. It is not a standalone tool; it is part of the larger azureml ecosystem and requires an Azure ML workspace to execute pipelines.
Use it for:
- Define a multi-step training pipeline that preprocesses data, trains a model, and evaluates it on Azure ML.
- Orchestrate automated machine learning (AutoML) jobs as steps within a larger pipeline workflow.
- Build reproducible ML workflows that can be scheduled, versioned, and shared across a team.
- Chain custom Python scripts and pre-built training components into a single executable pipeline.
- Integrate data processing steps with model training in a single Azure ML pipeline definition.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Defines step types for building computation units in Azure Machine Learning pipelines, enabling orchestration of training, data processing, and automated ML workflows.
Yes, if you are building machine learning pipelines on Azure ML. It is a required component of the Azure ML SDK for pipeline orchestration, has low install friction, is actively maintained, and has no known vulnerabilities. The unclear license requires review before use in proprietary contexts, but it is standard for Microsoft Azure SDKs. Install it as part of your Azure ML workflow, not as a standalone tool.
Install
azureml-pipeline-steps on PyPI
pip
pip install azureml-pipeline-stepsuv
uv add azureml-pipeline-stepspoetry
poetry add azureml-pipeline-stepsInstalling azureml-pipeline-steps
Before you install
Low install friction with a pure Python wheel. Maintenance status is active with a recent release (170 days ago). Depends on three azureml packages (azureml-train-core, azureml-train-automl-client, azureml-pipeline-core), which may add transitive dependencies to your environment.
License in practice
License treatment is unclear—the package points to a Microsoft-hosted license URL rather than a standard SPDX identifier. Review the linked license before use in proprietary or restricted contexts.
Quickstart
pip install azureml-pipeline-steps
from azureml.pipeline.steps import PythonScriptStep
from azureml.pipeline.core import Pipeline
# Define a step and add it to a pipeline
step = PythonScriptStep(script_name='train.py')
pipeline = Pipeline(steps=[step])
Requires Python 3.8 or later (supports 3.8, 3.9, 3.10, 3.11). Intended for use within an Azure ML workspace or SDK environment.
Verify before relying
- Whether the Microsoft license URL resolves to a standard open-source or proprietary license agreement.
- Whether azureml-train-core and azureml-train-automl-client introduce heavy or optional transitive dependencies.
- Specific step types and APIs available in version 1.62.0 beyond the generic 'unit of computation' description.
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 | 3 — azureml-train-core, azureml-train-automl-client, azureml-pipeline-core |
| Maintenance | actively maintained — 170 days since the last release |
| First released | |
| Downloads | 230,209/month — #9,114 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azureml_pipeline_steps-1.62.0-py3-none-any.whl
Keywords: Pipeline, Steps
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
azure-ml-componentAuthoring, managing, and submitting Azure…
unclear · top 15,000 on PyPI
azureml-pipelineBuilds, optimizes, and manages machine learning…
unclear · top 15,000 on PyPI
azureml-pipeline-coreProvides core pipeline infrastructure for Azure…
unclear · top 15,000 on PyPI
azureml-automl-coreProvides internal AutoML infrastructure and…
unclear · top 15,000 on PyPI
azureml-train-automl-clientAutomatically selects and tunes machine…
unclear · top 15,000 on PyPI
azure-ai-mlProvides a Python client library for…
permissive · top 5,000 on PyPI
google-cloud-pipeline-componentsProvides predefined Kubeflow Pipelines…
permissive · top 5,000 on PyPI
sagemaker-mlopsProvides high-level orchestration for Amazon…
permissive · top 5,000 on PyPI
databricks-automl-runtimeProvides runtime support for Databricks AutoML,…
permissive · top 15,000 on PyPI
zenmlZenML is an MLOps orchestration platform that…
permissive · top 15,000 on PyPI