mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 02:32:49 +00:00
Fix dataset SDK version dependency message
This commit is contained in:
parent
b2af25b52d
commit
10d9a17704
@ -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.
|
||||
:::
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user