Add Task ID locating tips (#141)

This commit is contained in:
pollfly
2021-12-26 15:09:03 +02:00
committed by GitHub
parent 77ddd5b382
commit 6962630aaa
4 changed files with 22 additions and 2 deletions

View File

@@ -17,6 +17,11 @@ clearml-data create --project <project_name> --name <dataset_name> --parents <ex
```
Creates a new dataset. <br/>
:::tip Locating Dataset ID
To locate a dataset's ID, go to the dataset task's info panel in the [WebApp](../webapp/webapp_overview.md). In the top of the panel,
to the right of the dataset task name, click `ID` and the dataset ID appears
:::
**Parameters**
<div className="tbl-cmd">
@@ -31,8 +36,7 @@ Creates a new dataset. <br/>
</div>
:::important
:::info
clearml-data works in a stateful mode so once a new dataset is created, the following commands
do not require the `--id` flag.
:::