In the RunDetails
Jupyter module, what does the table (see screenshot below) represent?
Asked
Active
Viewed 388 times
0

Anders Swanson
- 3,637
- 1
- 18
- 43

Rajat Sharma
- 1
- 3
-
welcome to Stack Overflow! There's many people willing to help, but can you please write a paragraph that describes your question and include the picture inline (instead of as a link)? – Anders Swanson Jan 17 '21 at 23:25
-
I made an edit that shows what most users are looking for. – Anders Swanson Jan 17 '21 at 23:29
-
1@AndersSwanson Thanks a lot. Actually, I didn't have a reputation to put the inline-image. – Rajat Sharma Jan 22 '21 at 03:45
1 Answers
0
The RunDetails(run_instance).show()
method from the azureml-widgets
package shows the progress of your job along with streaming the log files. The widget is asynchronous and provides updates until the training run finishes.
Since the output shown is specific to your Pipeline run, you can troubleshoot it further from the logs from pipeline runs, which can be found in either the Pipelines or Experiments section of the studio.

Bhargavi Annadevara
- 4,923
- 2
- 13
- 30