parallel_run_step_details Module

ParallelRunStep visualization widget.

Classes

ParallelRunStepDetails

Represents a Jupyter notebook widget used to view the progress of ParallelRunStep.

A widget is synchronous and provides updates until ParallelRunStep finishes.

Return a ParallelRunStepDetails widget based on the specified run type. The ParallelRunStep to be visualized can be specified in either of the following ways:

  • run_instance + step_name
  • workspace + run_id + step_name
  • workspace + step_run_id Please make sure one of these combinations is provided in the parameters. If multiple ways are provided, the one on top will be chosen.

:rtype azureml.widgets.ParallelRunStepDetails