clearml-docs/docs/clearml_data/data_management_examples/workflows.md

13 lines
732 B
Markdown
Raw Normal View History

2021-11-08 11:21:44 +00:00
---
title: Workflows
---
Take a look at the ClearML Data examples which demonstrate common workflows using the `clearml-data` CLI and the
`Dataset` class:
2021-11-09 13:58:40 +00:00
* [Dataset Management with CLI](data_man_simple.md) - Tutorial for creating, modifying, and consuming dataset with CLI.
2021-11-08 11:21:44 +00:00
* [Folder Sync with CLI](data_man_folder_sync.md) - Tutorial for using `clearml-data sync` CLI option to update a dataset according
to a local folder.
* [Dataset Management with CLI and SDK](data_man_cifar_classification.md) - Tutorial for creating a dataset with the CLI
2021-11-09 13:58:40 +00:00
then programmatically ingesting the data with the SDK.
2021-11-08 11:21:44 +00:00
* [Data Management with Python](data_man_python.md) - Example scripts for creating and consuming a dataset with the SDK.