Minor edits

This commit is contained in:
alnoam 2024-05-16 18:08:58 +03:00
parent 3cc6988663
commit 54f4af3897

View File

@ -1432,12 +1432,9 @@ every 5MB
**`sdk.storage.path_substitution`** (*[dict]*) **`sdk.storage.path_substitution`** (*[dict]*)
* List of dictionaries, where each dictionary contains a registered link and a link to replace it. This is useful in * List of dictionaries, where each dictionary contains path substitution mapping. This is useful in
cases where data was registered under a path that was later renamed, or when data was pushed to a bucket but later cases where data was originally logged in one location and later moved, or when different workloads access the data through different mounts.
mounted to a local drive. * Each dictionary contains a `registered_prefix` and a `local_prefix`. `registered_prefix` is the URL prefix logged in ClearML. `local_prefix` is the URL prefix to be used at runtime instead of the `registered_prefix` to access the data.
* Each dictionary contains a `registered_prefix` and a `local_prefix`. The `registered_prefix` is the prefix to find and
replace. The `local_prefix` is the prefix where
the data is actually saved under, which will replace the `registered_prefix`.
For example: For example: