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

get_run_details

Get the details of a run


Description

Get the definition, status information, current log files, and other details of the run.

Usage

get_run_details(run)

Arguments

run

The Run object.

Details

The returned list contains the following named elements:

  • runId: ID of the run.

  • target: The compute target of the run.

  • status: The run's current status.

  • startTimeUtc: UTC time of when the run was started, in ISO8601.

  • endTimeUtc: UTC time of when the run was finished (either Completed or Failed), in ISO8601. This element does not exist if the run is still in progress.

  • properties: Immutable key-value pairs associated with the run.

  • logFiles: Log files from the run.

Value

A named list of the details for the run.

See Also


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.