clearml-docs/docs/webapp/datasets/webapp_dataset_page.md

58 lines
2.1 KiB
Markdown
Raw Normal View History

---
title: Datasets Page
---
:::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.
:::
Use the **Datasets** Page to navigate between and manage datasets. The page shows summaries
for all datasets created using [ClearML Data](../../clearml_data/clearml_data.md).
Click on a dataset card to navigate to its [Version List](webapp_dataset_viewing.md), where you can view the
dataset versions' lineage and contents.
2022-12-22 09:36:45 +00:00
Filter the datasets to find the one youre looking for more easily. These filters can be applied by clicking <img src="/docs/latest/icons/ico-filter-off.svg" alt="Filter" className="icon size-md" />:
* My Work - Show only datasets that you created
* Tags - Choose which tags to filter by from a list of tags used in the datasets.
* Filter by multiple tag values using the **ANY** or **ALL** options, which correspond to the logical "AND" and "OR"
respectively. These options appear on the top of the tag list.
* Filter by the absence of a tag (logical "NOT") by clicking its checkbox twice. An X will appear in the tag's checkbox.
![Dataset page](../../img/webapp_dataset_page.png)
## Dataset Cards
The dataset cards display summarized dataset information:
<div class="max-w-50">
![Dataset card](../../img/webapp_dataset_card.png)
</div>
* Dataset name
* Time since last update
* Number of versions
* Details about latest version
* Number of files
* Size
* Tags
### Dataset Actions
Click <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Menu" className="icon size-md space-sm" /> on the top right
of a dataset card to open its context menu and access dataset actions.
<div class="max-w-50">
![Dataset context menu](../../img/webapp_dataset_card_context_menu.png)
</div>
* **Rename** - Change the datasets name
* **Add Tag** - Add label to the dataset to help easily classify groups of dataset.
* **Delete** - Delete the dataset and all of its versions. To delete a dataset, all its versions must first be
[archived](../webapp_archiving.md).