Download a file from the run record. You can download any file that was uploaded to the run record via upload_files_to_run() or upload_folder_to_run(), or any file that was written out to the ./outputs or ./logs folders during a run.

You can see what files are available to download from the run record by calling get_run_file_names().

download_file_from_run(run, name, output_file_path = NULL)

Arguments

run

The Run object.

name

A string of the name of the artifact to be downloaded.

output_file_path

A string of the local path where to download the artifact to.

Value

None

See also

download_files_from_run()