Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

view_run_details

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.


azuremlsdk

Interface to the 'Azure Machine Learning' 'SDK'

v1.10.0
MIT + file LICENSE
Authors
Diondra Peck [cre, aut], Minna Xiao [aut], AzureML R SDK Team [ctb], Microsoft [cph, fnd], Google Inc. [cph] (Examples and Tutorials), The TensorFlow Authors [cph] (Examples and Tutorials), RStudio Inc. [cph] (Examples and Tutorials)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.