run Module

Contains functionality for managing automated ML runs in Azure Machine Learning.

This module allows you to start or stop automated ML runs, monitor run status, and retrieve model output.

Classes

AutoMLRun

Represents an automated ML experiment run in Azure Machine Learning.

The AutoMLRun class can be used to manage a run, check run status, and retrieve run details once an automated ML run is submitted. For more information on working with experiment runs, see the Run class.

Initialize an AutoML run.