Dashboard Columns¶
In addition to the columns present in the current View, the Dashboard also adds additional temporary columns to make it easier to work with the data. These columns are not persisted as part of the Table or Run, and are only available in the current Dashboard session.
Tables¶
Column Name |
Type |
Description |
Default Visibility |
|---|---|---|---|
Edited |
bool |
Whether the row has been edited. Useful for filtering on pending edits. |
Visible |
Visited |
bool |
Whether the row has been visited. Useful for finding rows that have not yet been visited. |
Hidden |
Selected |
bool |
Whether the row is selected. Can be used to enrich charts based on which rows are selected. |
Hidden |
Runs¶
When a Run is opened, the Dashboard presents a view of the metrics data, joined with the corresponding input Table
data. In addition to the aforementioned columns, the Dashboard adds the following columns:
Column Name |
Type |
Description |
Default Visibility |
|---|---|---|---|
Foreign Table |
int |
Integer mapping to the foreign table that the metrics row is associated with. |
Visible |
Example ID |
int |
The example ID (row index) of the example that the metrics row is associated with. |
Visible |
Run |
int |
The run that the metrics row is associated with. |
Hidden |
Metrics Table |
int |
The metrics table that the metrics row is a part of. |
Hidden |
Metrics Table row ID |
int |
The row index of the current metrics row in the metrics table. |
Hidden |