run_table_df
is a Pandas DataFrame, where each row is a Run and columns represent logged metadata such as metrics, text logs, and parameters. id, state, owner, tag
.fetch_runs_table()
returns shallow information about the Runs. You can think of it as a data frame version of the Runs Table that you see in the web application.
If you want to access all values of a series or download files logged to a Run read section Downloading single run data.​.fetch()
:.fetch()
method that returns a set of str
objects:.fetch_last()
:.fetch_values()
:
File
fields by using .download()
:.download_last()
or download all files with .download()
:Run
namespace the same way you would access any other Field
by specifying its path: