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 Run object.

Details

The returned list contains the following named elements:

Value

A named list of the details for the run.

See Also

get_run_details_with_logs()


[Package azuremlsdk version 1.10.0 Index]