Get the definition, status information, current log files, and other details of the run.
get_run_details(run)
run | The |
---|
A named list of the details for the run.
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.
get_run_details_with_logs()