mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#1031)
This commit is contained in:
@@ -1,33 +1,33 @@
|
||||
---
|
||||
title: The Dataviews Table
|
||||
title: The Dataview table
|
||||
---
|
||||
|
||||
The **Dataviews table** is a [customizable](#customizing-the-dataviews-table) list of Dataviews associated with a project.
|
||||
The **Dataview table** is a [customizable](#customizing-the-dataviews-table) list of Dataviews associated with a project.
|
||||
Use it to view and create Dataviews, and access their info panels.
|
||||
|
||||
The table lists independent Dataview objects. To see Dataviews logged by a task, go
|
||||
to the specific task's **DATAVIEWS** tab (see [Task Dataviews](webapp_exp_track_visual.md)).
|
||||
|
||||
View the Dataviews table in table view <img src="/docs/latest/icons/ico-table-view.svg" alt="Table view" className="icon size-md space-sm" />
|
||||
View the Dataview table in table view <img src="/docs/latest/icons/ico-table-view.svg" alt="Table view" className="icon size-md space-sm" />
|
||||
or in details view <img src="/docs/latest/icons/ico-split-view.svg" alt="Details view" className="icon size-md space-sm" />,
|
||||
using the buttons on the top left of the page. Use the table view for a comparative view of your Dataviews according to
|
||||
columns of interest. Use the details view to access a selected Dataview's details, while keeping the Dataview list in view.
|
||||
Details view can also be accessed by double-clicking a specific Dataview in the table view to open its details view.
|
||||
|
||||
You can archive Dataviews so the Dataviews table doesn't get too cluttered. Click **OPEN ARCHIVE** on the top of the
|
||||
You can archive Dataviews so the Dataview table doesn't get too cluttered. Click **OPEN ARCHIVE** on the top of the
|
||||
table to open the archive and view all archived Dataviews. From the archive, you can restore
|
||||
Dataviews to remove them from the archive. You can also permanently delete Dataviews.
|
||||
|
||||
You can download the Dataviews table as a CSV file by clicking <img src="/docs/latest/icons/ico-download.svg" alt="Download" className="icon size-md space-sm" />
|
||||
You can download the Dataview table as a CSV file by clicking <img src="/docs/latest/icons/ico-download.svg" alt="Download" className="icon size-md space-sm" />
|
||||
and choosing one of these options:
|
||||
* **Download onscreen items** - Download the values for Dataviews currently visible on screen
|
||||
* **Download all items** - Download the values for all Dataviews in this project that match the current active filters
|
||||
|
||||
The downloaded data consists of the currently displayed table columns.
|
||||
|
||||

|
||||

|
||||
|
||||
The Dataviews table includes the following columns:
|
||||
The Dataview table includes the following columns:
|
||||
|
||||
|Column|Description|Type|
|
||||
|--|--|--|
|
||||
@@ -41,9 +41,9 @@ The Dataviews table includes the following columns:
|
||||
Dynamically order the columns by dragging a column heading
|
||||
to a new position.
|
||||
|
||||
## Customizing the Dataviews Table
|
||||
## Customizing the Dataview Table
|
||||
|
||||
The Dataviews table can be customized. Changes are persistent (cached in the browser), and represented in the URL.
|
||||
The Dataview table can be customized. Changes are persistent (cached in the browser), and represented in the URL.
|
||||
Save customized settings in a browser bookmark, and share the URL with teammates.
|
||||
|
||||
Customize the table using any of the following:
|
||||
@@ -70,17 +70,17 @@ all the Dataviews in the project. The customizations of these two views are save
|
||||
|
||||
## Dataview Actions
|
||||
|
||||
The following table describes the actions that can be performed from the Dataviews table.
|
||||
The following table describes the actions that can be performed from the Dataview table.
|
||||
|
||||
Access these actions with the context menu in any of the following ways:
|
||||
* In the Dataviews table, right-click a Dataview, or hover over a Dataview and click <img src="/docs/latest/icons/ico-dots-v-menu.svg" alt="Dot menu" className="icon size-md space-sm" />
|
||||
* In the Dataview table, right-click a Dataview, or hover over a Dataview and click <img src="/docs/latest/icons/ico-dots-v-menu.svg" alt="Dot menu" className="icon size-md space-sm" />
|
||||
* In a Dataview info panel, click the menu button <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Bar menu" className="icon size-md space-sm" />
|
||||
|
||||
| ClearML Action | Description |
|
||||
|---|---|
|
||||
| Details | View Dataview details, including input datasets, label mapping, and iteration control. Can also be accessed by double-clicking a Dataview in the Dataviews table. |
|
||||
| Details | View Dataview details, including input datasets, label mapping, and iteration control. Can also be accessed by double-clicking a Dataview in the Dataview table. |
|
||||
| Archive | Move Dataview to the Dataview's archive. |
|
||||
| Restore | Action available in the archive. Restore a Dataview to the active Dataviews table. |
|
||||
| Restore | Action available in the archive. Restore a Dataview to the active Dataview table. |
|
||||
| Delete | Action available in the archive. Permanently delete a Dataview. |
|
||||
| Clone | Make an exact copy of a Dataview that is editable. |
|
||||
| Move to Project | Move a Dataview to another project. |
|
||||
@@ -97,7 +97,7 @@ Select multiple Dataviews, then use either the context menu, or the batch action
|
||||
operations on the selected Dataviews. The context menu shows the number of Dataviews that can be affected by each action.
|
||||
The same information can be found in the batch action bar, in a tooltip that appears when hovering over an action icon.
|
||||
|
||||

|
||||

|
||||
|
||||
## Creating a Dataview
|
||||
|
||||
|
||||
Reference in New Issue
Block a user