script_run Module

Contains functionality for managing submitted training runs in Azure Machine Learning.

Classes

ScriptRun

Provides programmatic access for managing submitted training runs.

A run submitted with ScriptRunConfig represents a single trial in an experiment. Submitting the run returns a ScriptRun object, which can be used to monitor the asynchronous execution of the run, log metrics and store output of the run, and analyze results and access artifacts generated by the run.

To get started with experiments and ScriptRunConf, see

Class ScriptRun constructor.