HyperDriveStepRun Class

Manage, check status, and retrieve run details for a HyperDriveStep pipeline step.

HyperDriveStepRun provides the functionality of HyperDriveRun with the additional support of StepRun. The HyperDriveStepRun class enables you to manage, check status, and retrieve run details for the HyperDrive run and each of its generated child runs. The StepRun class enables you to do this once the parent pipeline run is submitted and the pipeline has submitted the step run.

Initialize a HyperDriveStepRun.

HyperDriveStepRun provides the functionality of HyperDriveRun with the additional support of StepRun. The HyperDriveRun class enables you to manage, check status, and retrieve run details for the HyperDrive run and each of its generated child runs. The StepRun class enables you to do this once the parent pipeline run is submitted and the pipeline has submitted the step run.

Inheritance
azureml.train.hyperdrive.run.HyperDriveRun
HyperDriveStepRun

Constructor

HyperDriveStepRun(step_run)

Parameters

Name Description
step_run
Required

The step run object created from submitting the pipeline.

step_run
Required

The step run object created from submitting the pipeline.