Update docs (#412)

This commit is contained in:
pollfly
2022-12-22 11:36:45 +02:00
committed by GitHub
parent d518adeac5
commit f7280c4ec2
18 changed files with 139 additions and 5 deletions

View File

@@ -13,6 +13,13 @@ 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.
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)