mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#843)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user