Description Usage Arguments Details Value See Also
Get the definition, status information, current log files, and other details of the run.
1 | get_run_details(run)
|
run |
The |
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.
A named list of the details for the run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.