mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#337)
This commit is contained in:
@@ -129,7 +129,7 @@ clearml-data upload [-h] [--id ID] [--storage STORAGE] [--chunk-size CHUNK_SIZE]
|
||||
|
||||
## close
|
||||
|
||||
Finalize the dataset and makes it ready to be consumed. This automatically uploads all files that were not previously uploaded.
|
||||
Finalize the dataset and make it ready to be consumed. This automatically uploads all files that were not previously uploaded.
|
||||
Once a dataset is finalized, it can no longer be modified.
|
||||
|
||||
```bash
|
||||
|
||||
@@ -165,5 +165,5 @@ You'll need to input the Dataset ID you received when created the dataset above
|
||||
```
|
||||
|
||||
By using `clearml-data`, a clear lineage is created for the data. As seen in this example, when a dataset is closed, the
|
||||
only way to add or remove data is to create a new dataset, and using the previous dataset as a parent. This way, the data
|
||||
only way to add or remove data is to create a new dataset, and to use the previous dataset as a parent. This way, the data
|
||||
is not reliant on the code and is reproducible.
|
||||
|
||||
Reference in New Issue
Block a user