mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update docs (#687)
This commit is contained in:
@@ -36,6 +36,7 @@ Use frame viewer controls to navigate between frames in a Hyper-Dataset Version,
|
||||
|<img src="/docs/latest/icons/ico-zoom-out.svg" alt="Zoom out icon" className="icon size-md space-sm" />|Zoom out| **-** or Ctrl + Mouse wheel |
|
||||
|Percentage textbox|Zoom percentage| <img src="/docs/latest/icons/ico-optional-no.svg" alt="Not applicable" className="icon size-md center-md" /> |
|
||||
|<img src="/docs/latest/icons/ico-shared-item.svg" alt="Copy URL" className="icon size-md space-sm" />| Copy frame URL. A direct link to view the current frame|<img src="/docs/latest/icons/ico-optional-no.svg" alt="Not applicable" className="icon size-md center-md" /> |
|
||||
|<img src="/docs/latest/icons/ico-reset.svg" alt="Refresh" className="icon size-md space-sm" />|Refresh version preview|<img src="/docs/latest/icons/ico-optional-no.svg" alt="Not applicable" className="icon size-md center-md" /> |
|
||||
|
||||
#### Additional Keyboard Shortcuts
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ The tree view shows the lineage of the dataset's versions.
|
||||
|
||||

|
||||
|
||||
Use the search bar to find specific versions. You can query by version name or version description. The search returns
|
||||
Use the search bar to find specific versions. You can query by version name, version description, or version ID. The search returns
|
||||
all versions that match the query.
|
||||
|
||||
In tree view, parent versions that do not match the query where a child version does appear in a muted color.
|
||||
@@ -36,6 +36,13 @@ Access dataset version actions, by right-clicking a version, or through the menu
|
||||
* **Delete** - Delete the version. Only *Draft* versions can be deleted.
|
||||
* **Publish** - Make a *Draft* version read-only to preserve its contents.
|
||||
|
||||
:::tip Publishing versions
|
||||
When publishing a version, you can create an additional working copy. The new version is created in a *draft* state, and
|
||||
inherits all the published version's frames.
|
||||
|
||||

|
||||
:::
|
||||
|
||||
## Version Data
|
||||
A selected dataset version's information and contents are presented on the main section of the page, to the right of
|
||||
the dataset's version list.
|
||||
|
||||
Reference in New Issue
Block a user