skillfed

azureml-pipeline-steps

Aeva : represents a unit of computation in azureml-pipeline

azureml-pipeline-steps v1.62.0 230.2K downloads/30d#9,114 on PyPI
License unclear https://aka.ms/azureml-sdk-license Active released

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-steps

uv

uv add azureml-pipeline-steps

poetry

poetry add azureml-pipeline-steps

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersIntended Audience :: Science/ResearchProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

azure ml pipeline stepsazureml pipeline computation unitsazure machine learning workflow stepsml pipeline orchestrationazure automl pipelinemachine learning pipeline components
azure-mlpipeline-orchestrationml-workflow

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

azure-ml-component

Authoring, managing, and submitting Azure…

unclear · top 15,000 on PyPI

azureml-pipeline

Builds, optimizes, and manages machine learning…

unclear · top 15,000 on PyPI

azureml-pipeline-core

Provides core pipeline infrastructure for Azure…

unclear · top 15,000 on PyPI

azureml-automl-core

Provides internal AutoML infrastructure and…

unclear · top 15,000 on PyPI

azureml-train-automl-client

Automatically selects and tunes machine…

unclear · top 15,000 on PyPI

azure-ai-ml

Provides a Python client library for…

permissive · top 5,000 on PyPI

google-cloud-pipeline-components

Provides predefined Kubeflow Pipelines…

permissive · top 5,000 on PyPI

sagemaker-mlops

Provides high-level orchestration for Amazon…

permissive · top 5,000 on PyPI

databricks-automl-runtime

Provides runtime support for Databricks AutoML,…

permissive · top 15,000 on PyPI

zenml

ZenML is an MLOps orchestration platform that…

permissive · top 15,000 on PyPI