diff --git a/docs/clearml_data/clearml_data_cli.md b/docs/clearml_data/clearml_data_cli.md index 21018d51..1d7207cd 100644 --- a/docs/clearml_data/clearml_data_cli.md +++ b/docs/clearml_data/clearml_data_cli.md @@ -7,11 +7,6 @@ This page covers `clearml-data`, ClearML's file-based data management solution. See [Hyper-Datasets](../hyperdatasets/overview.md) for ClearML's advanced queryable dataset management solution. ::: -:::tip version compatibility -To use the WebApp's [Dataset pages](../webapp/datasets/webapp_dataset_page.md), you must use `clearml` and -`clearml-server` versions 1.6+. -::: - The `clearml-data` utility is a CLI tool for controlling and managing your data with ClearML. The following page provides a reference to `clearml-data`'s CLI commands. @@ -43,9 +38,8 @@ clearml-data create [-h] [--parents [PARENTS [PARENTS ...]]] [--project PROJECT] :::tip Dataset ID -* To locate a dataset's ID, go to the dataset version’s info panel in the [Dataset UI](../webapp/datasets/webapp_dataset_viewing.md) - where the ID is listed. If using `clearml` or `clearml-server` versions older than 1.6, go to the [dataset task's info - panel](../webapp/webapp_exp_track_visual.md), where the ID is displayed in the task header. +* For datasets created with `clearml` v1.6 or newer on ClearML Server v1.6 or newer, find the ID in the dataset version’s info panel in the [Dataset UI](../webapp/datasets/webapp_dataset_viewing.md). + For datasets created with earlier versions of `clearml`, or if using an earlier version of ClearML Server, find the ID in the task header of the [dataset task's info panel](../webapp/webapp_exp_track_visual.md). * clearml-data works in a stateful mode so once a new dataset is created, the following commands do not require the `--id` flag. ::: diff --git a/docs/clearml_data/clearml_data_sdk.md b/docs/clearml_data/clearml_data_sdk.md index 7d7c0ef6..27d1f0d8 100644 --- a/docs/clearml_data/clearml_data_sdk.md +++ b/docs/clearml_data/clearml_data_sdk.md @@ -7,11 +7,6 @@ This page covers `clearml-data`, ClearML's file-based data management solution. See [Hyper-Datasets](../hyperdatasets/overview.md) for ClearML's advanced queryable dataset management solution. ::: -:::tip version compatibility -To use the WebApp's [Dataset pages](../webapp/datasets/webapp_dataset_page.md), you must use `clearml` and -`clearml-server` versions 1.6+. -::: - Datasets can be created, modified, and managed with ClearML Data's python interface. The following page provides an overview for using the most basic methods of the `Dataset` class. See the [Dataset reference page](../references/sdk/dataset.md) for a complete list of available methods. @@ -48,9 +43,8 @@ dataset = Dataset.create( ``` :::tip Locating Dataset ID -To locate a dataset's ID, go to the dataset version’s info panel in the [Dataset UI](../webapp/datasets/webapp_dataset_viewing.md) -where the ID is listed. If using `clearml` or `clearml-server` versions older than 1.6, go to the [dataset task's info -panel](../webapp/webapp_exp_track_visual.md), where the ID is displayed in the task header. +For datasets created with `clearml` v1.6 or newer on ClearML Server v1.6 or newer, find the ID in the dataset version’s info panel in the [Dataset UI](../webapp/datasets/webapp_dataset_viewing.md). +For datasets created with earlier versions of `clearml`, or if using an earlier version of ClearML Server, find the ID in the task header of the [dataset task's info panel](../webapp/webapp_exp_track_visual.md). ::: Use the `output_uri` parameter to specify a network storage target to upload the dataset files, and associated information diff --git a/docs/webapp/datasets/webapp_dataset_page.md b/docs/webapp/datasets/webapp_dataset_page.md index fca3f227..ac52621c 100644 --- a/docs/webapp/datasets/webapp_dataset_page.md +++ b/docs/webapp/datasets/webapp_dataset_page.md @@ -2,8 +2,9 @@ title: Datasets Page --- -:::tip version compatibility -To use the WebApp's Dataset pages, you must use `clearml` and `clearml-server` versions 1.6+. +:::tip SDK version compatibility +The datasets page shows datasets created with `clearml` v1.6 or newer. +Datasets created with earlier versions of `clearml` are available in their original project. ::: Use the **Datasets** Page to navigate between and manage datasets. The page shows summaries diff --git a/docs/webapp/datasets/webapp_dataset_viewing.md b/docs/webapp/datasets/webapp_dataset_viewing.md index 1a58f15f..41b610e1 100644 --- a/docs/webapp/datasets/webapp_dataset_viewing.md +++ b/docs/webapp/datasets/webapp_dataset_viewing.md @@ -2,8 +2,9 @@ title: Dataset Details --- -:::tip version compatibility -To use the WebApp's Dataset pages, you must use `clearml` and `clearml-server` versions 1.6+. +:::tip SDK version compatibility +The datasets page shows datasets created with `clearml` v1.6 or newer. +Datasets created with earlier versions of `clearml` are available in their original project. ::: The dataset page lists the dataset's versions. For a selected version, the **Dataset Version Panel** shoes its lineage