mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Add Task ID locating tips (#141)
This commit is contained in:
@@ -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.
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user