get_run_file_names {azuremlsdk}R Documentation

List the files that are stored in association with a run

Description

Get the list of files stored in a run record.

Usage

get_run_file_names(run)

Arguments

run

The Run object.

Value

A list of strings of the paths for existing artifacts in the run record.

See Also

download_file_from_run() download_files_from_run()


[Package azuremlsdk version 1.10.0 Index]