Small edits (#963)

This commit is contained in:
pollfly 2024-11-14 16:49:31 +02:00 committed by GitHub
parent 43951da0bd
commit 53ef5c2b11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,7 @@ the models associated with a project are listed.
## SDK Interface ## SDK Interface
See [the Models SDK interface](../clearml_sdk/model_sdk.md) for an overview for using the most basic Pythonic methods of the model See the [Models SDK interface](../clearml_sdk/model_sdk.md) for an overview for using the most basic Pythonic methods of the model
classes. See a detailed list of all available methods in the [Model](../references/sdk/model_model.md), [OutputModel](../references/sdk/model_outputmodel.md), and [InputModel](../references/sdk/model_inputmodel.md) classes. See a detailed list of all available methods in the [Model](../references/sdk/model_model.md), [OutputModel](../references/sdk/model_outputmodel.md), and [InputModel](../references/sdk/model_inputmodel.md)
reference pages. reference pages.

View File

@ -190,6 +190,6 @@ The following table describes the task states and state transitions.
## SDK Interface ## SDK Interface
See [the task SDK interface](../clearml_sdk/task_sdk.md) for an overview for using the most basic Pythonic methods of the `Task` class. See the [Task SDK interface](../clearml_sdk/task_sdk.md) for an overview for using the most basic Pythonic methods of the `Task` class.
See the [Task reference page](../references/sdk/task.md) for a complete list of available methods. See the [Task reference page](../references/sdk/task.md) for a complete list of available methods.

View File

@ -180,7 +180,7 @@ parameter in [`Task.connect_configuration`](../references/sdk/task.md#connect_co
Artifacts tracked in an experiment appear in the **ARTIFACTS** tab, and include models and other artifacts. Artifacts tracked in an experiment appear in the **ARTIFACTS** tab, and include models and other artifacts.
Artifact location is displayed in the `FILE PATH` field. Artifact location is displayed in the `FILE PATH` field.
The UI provides locally stored artifacts with a 'copy to clipboard' action (<img src="/docs/latest/icons/ico-clipboard.svg" alt="Clipboard" className="icon size-md space-sm" />) The UI provides locally stored artifacts with a 'copy to clipboard' action (<img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Clipboard" className="icon size-md space-sm" />)
to facilitate local storage access (since web applications are prohibited from accessing the local disk for security reasons). to facilitate local storage access (since web applications are prohibited from accessing the local disk for security reasons).
The UI provides Network hosted (e.g. https://, s3:// etc. URIs) artifacts with a download action (<img src="/docs/latest/icons/ico-download-json.svg" alt="Download" className="icon size-md space-sm" />) The UI provides Network hosted (e.g. https://, s3:// etc. URIs) artifacts with a download action (<img src="/docs/latest/icons/ico-download-json.svg" alt="Download" className="icon size-md space-sm" />)
to retrieve these files. to retrieve these files.
@ -196,7 +196,7 @@ including design, label enumeration, and general information, go to the **MODELS
1. In the model details **>** **GENERAL** tab **>** **MODEL URL**, either: 1. In the model details **>** **GENERAL** tab **>** **MODEL URL**, either:
* Download the model<img src="/docs/latest/icons/ico-download.svg" className="icon size-md space-sm" />, if it is stored in remote storage. * Download the model<img src="/docs/latest/icons/ico-download.svg" className="icon size-md space-sm" />, if it is stored in remote storage.
* Copy its location to the clipboard <img src="/docs/latest/icons/ico-clipboard.svg" alt="Copy Clipboard" className="icon size-md space-sm" />, * Copy its location to the clipboard <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy Clipboard" className="icon size-md space-sm" />,
if it is in a local file. if it is in a local file.
@ -211,7 +211,7 @@ They include the file path, file size, and hash.
In the **ARTIFACTS** tab **>** **OTHER** **>** Select an artifact **>** Either: In the **ARTIFACTS** tab **>** **OTHER** **>** Select an artifact **>** Either:
* Download the artifact <img src="/docs/latest/icons/ico-download.svg" className="icon size-md space-sm" />, if it is stored in remote storage. * Download the artifact <img src="/docs/latest/icons/ico-download.svg" className="icon size-md space-sm" />, if it is stored in remote storage.
* Copy its location to the clipboard <img src="/docs/latest/icons/ico-clipboard.svg" alt="Copy Clipboard" className="icon size-md space-sm" />, * Copy its location to the clipboard <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy Clipboard" className="icon size-md space-sm" />,
if it is in a local file. if it is in a local file.
![Other artifacts section](../img/webapp_tracking_30.png) ![Other artifacts section](../img/webapp_tracking_30.png)

View File

@ -186,7 +186,7 @@ model in the **MODELS** tab.
remove the configuration). remove the configuration).
Users can also search for the configuration (hover over the configuration textbox, the search box appears) and copy the Users can also search for the configuration (hover over the configuration textbox, the search box appears) and copy the
configuration to the clipboard (hover and click <img src="/docs/latest/icons/ico-clipboard.svg" alt="Copy Clipboard" className="icon size-md" />). configuration to the clipboard (hover and click <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy Clipboard" className="icon size-md" />).
* Label enumeration - In the **LABELS** tab **>** Hover and click **EDIT** **>** Add, change, or delete label * Label enumeration - In the **LABELS** tab **>** Hover and click **EDIT** **>** Add, change, or delete label
enumeration key-value pairs. enumeration key-value pairs.