get_run_details_with_logs {azuremlsdk}R Documentation

Get the details of a run along with the log files' contents

Description

Get the details of a run along with the log files' contents

Usage

get_run_details_with_logs(run)

Arguments

run

The Run object.

Value

A named list of the run details and log file contents.

See Also

get_run_details()


[Package azuremlsdk version 1.10.0 Index]