clearml-docs/docs/webapp/datasets/webapp_dataset_viewing.md
2022-09-15 16:10:11 +03:00

132 lines
4.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Dataset Details
---
:::tip SDK version compatibility
The datasets page shows datasets created with `clearml` v1.6 or newer.
Datasets created with earlier versions of `clearml` are available in their original project.
:::
The dataset page lists the dataset's versions. For a selected version, the **Dataset Version Panel** shows its lineage
in graph form.
![Dataset lineage](../../img/webapp_dataset_lineage.png)
Each node in the graph represents a dataset version, and shows the following details:
<div class="max-w-50">
![Dataset node info](../../img/webapp_dataset_node.png)
</div>
* Version name and number
* Version size
* Version update time
* Version details button - Hover over the version and click <img src="/docs/latest/icons/ico-console.svg" alt="console" className="icon size-md space-sm" />
to view the versions [details panel](#version-details-panel)
## Version Details
### Version Info
On the right side of the dataset version panel, view the **VERSION INFO** which shows:
* Version name
* Dataset ID
* Version file size
* Number of files
* Number of links
* Changes from previous version
* Number of files added
* Number of files modified
* Number of files removed
* Change in size
* Version description - to modify, hover over description and click <img src="/docs/latest/icons/ico-edit.svg" alt="Edit pencil" className="icon size-md space-sm" /> ,
which opens the edit window
<div class="max-w-50">
![Version info](../../img/webapp_dataset_version_info.png)
</div>
To view a versions detailed information, click **Full details**, which will open the dataset versions [task page](../webapp_exp_track_visual.md).
![Dataset task info](../../img/webapp_dataset_task_page.png)
To view the information for any version in the lineage graph, click its node, and the **VERSION INFO** panel displays
that version's details.
### Version Details Panel
Click on **DETAILS** on the top left of the info panel or hover over a version node and click <img src="/docs/latest/icons/ico-console.svg" alt="details" className="icon size-md space-sm" />
to view:
* **CONTENT** - Table summarizing version contents, including file names, file sizes, and hashes
<details className="cml-expansion-panel screenshot">
<summary className="cml-expansion-panel-summary">Version Content</summary>
<div className="cml-expansion-panel-content">
![content](../../img/webapp_dataset_content.png)
</div>
</details>
<br/>
* **PREVIEW** - A preview of the dataset version's contents
access [plot tools](../webapp_exp_track_visual.md#scalar-plot-tools). Click on a debug sample to expand it.
<details className="cml-expansion-panel screenshot">
<summary className="cml-expansion-panel-summary">Version Preview</summary>
<div className="cml-expansion-panel-content">
![preview](../../img/webapp_dataset_preview.png)
</div>
</details>
<br/>
* **CONSOLE** - The dataset versions console output
<details className="cml-expansion-panel screenshot">
<summary className="cml-expansion-panel-summary">Version Console</summary>
<div className="cml-expansion-panel-content">
![console](../../img/webapp_dataset_console.png)
</div>
</details>
<br/>
Click <img src="/docs/latest/icons/ico-max-panel.svg" alt="Expand" className="icon size-md space-sm" /> to on the content panel header to view the panel in full screen.
## Dataset Actions
The following table describes the actions that can be done from the dataset versions list.
Access these actions with the context menu by right-clicking a version on the dataset versions list.
| Action | Description |
|-----|----|
|Add Tag |User-defined labels added to versions for grouping and organization. |
|Archive| To more easily work with active dataset versions, archive a version. [See Archiving](../webapp_archiving.md).|
|Restore|Action available in the archive. Restore a version to the active dataset versions table.|
|Delete| Delete an archived version and its artifacts. This action is available only from the datasets archive |
![Dataset actions](../../img/webapp_dataset_actions.png)
The actions mentioned in the chart above can be performed on multiple versions at once. [Select multiple versions](#selecting-multiple-versions),
then use either the context menu, or the bar that appears at the bottom of the page, to perform operations on the
selected versions.
## Selecting Multiple Versions
Select multiple versions by clicking the checkbox on the left of each relevant version. Clear any existing selection by
clicking the checkbox in the top left corner of the list.
Click the checkbox in the top left corner of the list to select all items currently visible.
An extended bulk selection tool is available through the down arrow next to the checkbox in the top left corner, enabling selecting items beyond the items currently on-screen:
* All - Select all versions in the dataset
* None - Clear selection
* Filtered - Select all versions in the dataset that match the current active filters