Update images (#997)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-02-05 17:53:30 +02:00
committed by GitHub
parent a8f1ebce1d
commit 13a0e1ae50
461 changed files with 501 additions and 232 deletions

View File

@@ -25,7 +25,8 @@ Filter the datasets to find the one you're looking for more easily. These filter
respectively. These options appear on the top of the tag list.
* Filter by the absence of a tag (logical "NOT") by clicking its checkbox twice. An X will appear in the tag's checkbox.
![Dataset page](../../img/webapp_dataset_page.png)
![Dataset page](../../img/webapp_dataset_page.png#light-mode-only)
![Dataset page](../../img/webapp_dataset_page_dark.png#dark-mode-only)
## Project Cards
@@ -33,7 +34,8 @@ In Project view, project cards display a project's summarized dataset informatio
<div class="max-w-50">
![Project card](../../img/webapp_dataset_project_card.png)
![Project card](../../img/webapp_dataset_project_card.png#light-mode-only)
![Project card](../../img/webapp_dataset_project_card_dark.png#dark-mode-only)
</div>
@@ -51,7 +53,8 @@ In List view, the dataset cards display summarized dataset information:
<div class="max-w-50">
![Dataset card](../../img/webapp_dataset_card.png)
![Dataset card](../../img/webapp_dataset_card.png#light-mode-only)
![Dataset card](../../img/webapp_dataset_card_dark.png#dark-mode-only)
</div>
@@ -70,7 +73,8 @@ of a dataset card to open its context menu and access dataset actions.
<div class="max-w-50">
![Dataset context menu](../../img/webapp_dataset_card_context_menu.png)
![Dataset context menu](../../img/webapp_dataset_card_context_menu.png#light-mode-only)
![Dataset context menu](../../img/webapp_dataset_card_context_menu_dark.png#dark-mode-only)
</div>

View File

@@ -10,13 +10,15 @@ Datasets created with earlier versions of `clearml` are available in their origi
The dataset page lists the dataset's versions. For a selected version, the **Dataset Version Panel** shows its lineage
in graph form.
![Dataset lineage](../../img/webapp_dataset_lineage.png)
![Dataset lineage](../../img/webapp_dataset_lineage.png#light-mode-only)
![Dataset lineage](../../img/webapp_dataset_lineage_dark.png#dark-mode-only)
Each node in the graph represents a dataset version, and shows the following details:
<div class="max-w-50">
![Dataset node info](../../img/webapp_dataset_node.png)
![Dataset node info](../../img/webapp_dataset_node.png#light-mode-only)
![Dataset node info](../../img/webapp_dataset_node_dark.png#dark-mode-only)
</div>
@@ -61,13 +63,15 @@ On the right side of the dataset version panel, view the **VERSION INFO** which
<div class="max-w-50">
![Version info](../../img/webapp_dataset_version_info.png)
![Version info](../../img/webapp_dataset_version_info.png#light-mode-only)
![Version info](../../img/webapp_dataset_version_info_dark.png#dark-mode-only)
</div>
To view a version's detailed information, click **Full details**, which will open the dataset version's [task page](../webapp_exp_track_visual.md).
![Dataset task info](../../img/webapp_dataset_task_page.png)
![Dataset task info](../../img/webapp_dataset_task_page.png#light-mode-only)
![Dataset task info](../../img/webapp_dataset_task_page_dark.png#dark-mode-only)
To view the information for any version in the lineage graph, click its node, and the **VERSION INFO** panel displays
that version's details.
@@ -78,15 +82,18 @@ Click on **DETAILS** on the top left of the info panel or hover over a version n
to view the version's details panel. The panel includes three tabs:
* **CONTENT** - Table summarizing version contents, including file names, file sizes, and hashes
![content](../../img/webapp_dataset_content.png)
![content](../../img/webapp_dataset_content.png#light-mode-only)
![content](../../img/webapp_dataset_content_dark.png#dark-mode-only)
* **PREVIEW** - A preview of the dataset version's contents.
![preview](../../img/webapp_dataset_preview.png)
![preview](../../img/webapp_dataset_preview.png#light-mode-only)
![preview](../../img/webapp_dataset_preview_dark.png#dark-mode-only)
* **CONSOLE** - The dataset version's console output
![console](../../img/webapp_dataset_console.png)
![console](../../img/webapp_dataset_console.png#light-mode-only)
![console](../../img/webapp_dataset_console_dark.png#dark-mode-only)
Click <img src="/docs/latest/icons/ico-max-panel.svg" alt="Expand" className="icon size-md space-sm" /> on the content panel header to view the panel in full screen.
@@ -103,7 +110,8 @@ Access these actions with the context menu by right-clicking a version on the da
|Restore|Action available in the archive. Restore a version to the active dataset versions table.|
|Delete| Delete an archived version and its artifacts. This action is available only from the dataset's archive. |
![Dataset actions](../../img/webapp_dataset_actions.png)
![Dataset actions](../../img/webapp_dataset_actions.png#light-mode-only)
![Dataset actions](../../img/webapp_dataset_actions_dark.png#dark-mode-only)
The actions mentioned in the chart above can be performed on multiple versions at once. [Select multiple versions](#selecting-multiple-versions),
then use either the context menu, or the bar that appears at the bottom of the page, to perform operations on the