Small edits (#843)

This commit is contained in:
pollfly
2024-05-19 11:49:36 +03:00
committed by GitHub
parent b16ee438f3
commit 865e46e538
4 changed files with 5 additions and 5 deletions

View File

@@ -976,7 +976,7 @@ and limitations on bucket naming.
**`sdk.dataset.preview`** (*[dict]*)
* Set limits for the objects that are logged as dataset previews:
* `**sdk.dataset.preview.media`** (*dict*) - Set limits for media files that are logged as dataset previews. Available
* **`sdk.dataset.preview.media`** (*dict*) - Set limits for media files that are logged as dataset previews. Available
options:
* **`sdk.dataset.preview.media.max_file_size`** (*int*) - Maximum file size in bytes of a preview object (e.g. image,
video, html, etc.). Files exceeding this size will not be reported as previews.
@@ -985,7 +985,7 @@ and limitations on bucket naming.
* **`sdk.dataset.preview.media.audio_count`** (*int*) - The maximum number of image files reported as previews
* **`sdk.dataset.preview.media.html_count`** (*int*) - The maximum number of html files reported as previews
* **`sdk.dataset.preview.media.json_count`** (*int*) - The maximum number of json files reported as previews
* `**sdk.dataset.preview.tabular`** (*dict*) - Set limits for tabular files that are logged as dataset previews. Available
* **`sdk.dataset.preview.tabular`** (*dict*) - Set limits for tabular files that are logged as dataset previews. Available
options:
* **`sdk.dataset.preview.tabular.row_count`** (*int*) - The maximum number of rows for each tabular file reported as a preview. By default, it will report only the first 10 rows from a file
* **`sdk.dataset.preview.tabular.table_count`** (*int*) - The maximum number of tables reported as preview in a dataset

View File

@@ -4,7 +4,7 @@ title: Environment Variables
This page lists the available environment variables for configuring ClearML.
In addition to the environment variables listed below, ClearML also supports dynamic environment variables to override
In addition to the environment variables listed below, ClearML also supports **dynamic environment variables** to override
any configuration option that appears in the configuration files. For more information, see [Dynamic Environment Variables](../deploying_clearml/clearml_server_config.md#dynamic-environment-variables).
:::info