view_run_details: Initialize run details widget

Description Usage Arguments

View source: R/run.R

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

1
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.


azuremlsdk documentation built on Oct. 23, 2020, 8:22 p.m.