2021-06-20 22:00:16 +00:00
---
title: Datasets Page
---
The Datasets page offers the following functionalities:
* Managing the ClearML Enterprise **Datasets** and **versions** , which connect raw data to the ClearML Enterprise platform
* Using ClearML Enterprise's Git-like Dataset versioning features
* Managing SingleFrames and FrameGroups.
![image ](../../img/hyperdatasets/datasets_01.png )
2021-09-09 10:17:46 +00:00
## Dataset Cards
2021-06-20 22:00:16 +00:00
2022-09-22 06:42:44 +00:00
Dataset cards show summary information about versions:
2021-06-20 22:00:16 +00:00
* Dataset name
* Elapsed time since the last update. Hover over elapsed time and view date of last update.
* User updating the Dataset
2022-01-10 09:45:29 +00:00
* If the dataset contains dataset-level metadata, the card displays the < img src = "/docs/latest/icons/ico-status-completed.svg" alt = "Check mark" className = "icon size-md space-sm" />
`Metadata` indicator, which is also a shortcut to [edit the Dataset's metadata ](#editing-dataset-level-metadata )
2021-06-20 22:00:16 +00:00
* The number of versions in the Dataset
2022-09-22 06:42:44 +00:00
* The total number of frames in all versions of the Dataset. If an asterisk (\*) appears next to **FRAMES** , then you can hover over it and see the name of the version whose frames were last updated.
* The percentage of frames annotated in all versions of the Dataset. If an asterisk (\*) appears next to **ANNOTATED** , then you can hover over it and see the name of the version whose frames were last annotated.
2022-01-10 09:45:29 +00:00
* If the Dataset version's status is *Published* , then the Dataset's top labels appear (colors are editable). If the
Dataset version is *Draft* , then no labels appear.
2021-06-20 22:00:16 +00:00
2022-09-22 06:42:44 +00:00
Dataset cards allow you to open a specific Dataset to perform Dataset versioning and frames management.
2022-01-10 09:45:29 +00:00
:::note Change Label Color
2022-09-22 06:42:44 +00:00
To change the label color coding, hover over a label color, click the hand pointer, and then select a new color.
2021-06-20 22:00:16 +00:00
:::
2022-01-10 09:45:29 +00:00
### Renaming a Dataset
1. Click < img src = "/docs/latest/icons/ico-bars-menu.svg" alt = "Bars menu" className = "icon size-md space-sm" />
1. Click **Rename** < img src = "/docs/latest/icons/ico-edit.svg" alt = "Edit pencil" className = "icon size-md space-sm" />
1. Edit the name
1. Click < img src = "/docs/latest/icons/ico-save.svg" alt = "Check mark" className = "icon size-md space-sm" />
### Editing Dataset-level Metadata
To edit the dataset-level metadata
1. Open the metadata edit window in one the following ways:
* Click < img src = "/docs/latest/icons/ico-status-completed.svg" alt = "Check mark" className = "icon size-md space-sm" />
`Metadata`
* Click < img src = "/docs/latest/icons/ico-bars-menu.svg" alt = "Bars menu" className = "icon size-md space-sm" /> , then click **Edit Metadata** < img src = "/docs/latest/icons/ico-metadata.svg" alt = "Edit metadata" className = "icon size-md space-sm" />
1. Edit the section contents (JSON format)
1. Click **OK**
2021-06-20 22:00:16 +00:00
2022-01-10 09:45:29 +00:00
2021-09-09 10:17:46 +00:00
## Creating New Datasets
2021-06-20 22:00:16 +00:00
Create a new Dataset which will contain one version named `Current` . The new version will not contain any frames.
* Click ** + NEW DATASET** ** >** Enter a name and optionally a description ** >** **CREATE DATASET** .
## Sort Datasets
* In **RECENT** , choose either:
2022-09-22 06:42:44 +00:00
* **RECENT** - Sort by update time
* **NAME** - Sort alphabetically by Dataset name.
2021-06-20 22:00:16 +00:00