view_run_details {azuremlsdk}R Documentation

Initialize run details widget

Description

Initializes a ShinyApp in RStudio Viewer (or the default browser if Viewer is unavailable) showing details of the submitted run. If using RStudio, the plot will auto-update with information collected from the server. For more details about the run, click the web view link. The widget will stop running once the run has reached a terminal state: "Failed", "Completed", or "Canceled".

If you are running this method from an RMarkdown file, the run details table will show up in the code chunk output instead of the Viewer.

Usage

view_run_details(run, auto_refresh = TRUE)

Arguments

run

Run object

auto_refresh

Boolean indicating whether or not widget should update run details automatically. The default is TRUE when using RStudio.


[Package azuremlsdk version 1.10.0 Index]