get_run_details {azuremlsdk} | R Documentation |
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 |
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
[Package azuremlsdk version 1.10.0 Index]