Small edits (#455)

This commit is contained in:
pollfly
2023-01-25 13:25:29 +02:00
committed by GitHub
parent 18e3e7abe2
commit 61f822e613
31 changed files with 51 additions and 51 deletions

View File

@@ -124,7 +124,7 @@ Dataset.delete(
```
This supports deleting sources located in AWS S3, GCP, and Azure Storage (not local storage). The `delete_sources`
parameter is ignored if `delete_all_versions` is `False`. You can view the deletion process progress by passing
parameter is ignored if `delete_all_versions` is `False`. You can view the deletion process progress by passing
`show_progress=True` (`tqdm` required).
### Tagging Datasets
@@ -147,7 +147,7 @@ MyDataset.remove_tags(["dogs"])
Dataset versioning refers to the group of ClearML Enterprise SDK and WebApp (UI) features for creating,
modifying, and deleting Dataset versions.
ClearML Enterprise supports simple and advanced Dataset versioning paradigms. A **simple version structure** consists of
ClearML Enterprise supports simple and advanced Dataset versioning paradigms. A **simple version structure** consists of
a single evolving version, with historic static snapshots. Continuously push your changes to your single dataset version,
and take a snapshot to record the content of your dataset at a specific point in time.

View File

@@ -26,7 +26,7 @@ a SingleFrame:
* Metadata and data for the labeled area of an image
See [Example 1](#example-1), which shows `masks` in `sources`, `mask` in `rois`, and the key-value pairs used to relate
See [Example 1](#example-1), which shows `masks` in `sources`, `mask` in `rois`, and the key-value pairs used to relate
a mask to its source in a frame.

View File

@@ -188,7 +188,7 @@ This example demonstrates `sources` for video, `masks`, and `preview`.
This frame shows the `masks` section in `sources`, and the top-level `rois` array.
In `sources`, the `masks` subsection contains the sources for the two masks associated with the raw data.
In `sources`, the `masks` subsection contains the sources for the two masks associated with the raw data.
The raw mask data is located in:

View File

@@ -47,7 +47,7 @@ The version information is presented in the following tabs:
* [Info](#info)
## Frames
The **Frames** tab displays the contents of the selected dataset version.
The **Frames** tab displays the contents of the selected dataset version.
View the version's frames as thumbnail previews or in a table. Use the view toggle to switch between thumbnail
view <img src="/docs/latest/icons/ico-grid-view.svg" alt="thumbnail view" className="icon size-md space-sm" /> and
@@ -71,7 +71,7 @@ To view the details of a specific frame, click on its preview, which will open t
### Simple Frame Filtering
Simple frame filtering returns frames containing at least one annotation with a specified label.
**To apply a simple frame filter,** select a label from the **LABEL FILTER** list.
**To apply a simple frame filter,** select a label from the **LABEL FILTER** list.
<details className="cml-expansion-panel screenshot">
<summary className="cml-expansion-panel-summary">Simple filter example</summary>

View File

@@ -2,11 +2,11 @@
title: The Dataviews Table
---
[Dataviews](../dataviews.md) appear in the same Project as the experiment that stored the Dataview in the ClearML Enterprise platform,
as well as the **DATAVIEWS** tab in the **All Projects** page.
The **Dataviews table** is a [customizable](#customizing-the-dataviews-table) list of Dataviews associated with a project.
Use it to view, create, and edit Dataviews in the info panel.
Use it to view and create Dataviews, and access their info panels.
The table lists independent Dataview objects. To see Dataviews logged by a task, go
to the specific task's **DATAVIEWS** tab (see [Experiment Dataviews](webapp_exp_track_visual.md)).
View the Dataviews table in table view <img src="/docs/latest/icons/ico-table-view.svg" alt="Table view" className="icon size-md space-sm" />
or in details view <img src="/docs/latest/icons/ico-split-view.svg" alt="Details view" className="icon size-md space-sm" />,
@@ -84,7 +84,7 @@ The same information can be found in the bottom menu, in a tooltip that appears
## Creating a Dataview
Create a new Dataview by clicking the **+ NEW DATAVIEW** button at the top right of the table, which open a
Create a new Dataview by clicking the **+ NEW DATAVIEW** button at the top right of the table, which opens a
**NEW DATAVIEW** window.
![New Dataview window](../../img/webapp_dataview_new.png)