Overview

The UI’s runs table provides the interface to interact with the runs started by the scheduling logic or logged using the tracking module. It has several features for filtering, sorting, comparing, and visualizing the runs history:

table-search-runs

Search runs

Before we perform any search, we will first query the runs in our current project:

list-runs

This command will show us the current runs inside our project.

We can filter the results based on a specific metric, we can also show the columns we are interested by and color them:

filter-runs

Persisting the search results to a CSV file

The search configuration above can be saved to a CSV file by clicking the Actions button

runs-table-csv

Getting more information about the runs

In order to view and explore the runs in the table, we can view each run in the flyout mode:

run-info

Downloading artifacts for single runs

Polyaxon provides an artifacts tab to view, navigate, render, and download the artifacts:

  • All artifacts

run-download-artifacts

  • Specific file or dir based on a path

run-download-path

  • Specific artifacts based on the lineage

run-download-lineage