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:
:rtype azureml.widgets.ParallelRunStepDetails |