mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 05:20:07 +00:00
Small edits (#843)
This commit is contained in:
parent
b16ee438f3
commit
865e46e538
@ -4,7 +4,7 @@ title: ClearML Agent Environment Variables
|
||||
|
||||
This page lists the available environment variables for configuring ClearML Agent.
|
||||
|
||||
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 [`agent`](../configs/clearml_conf.md#agent-section) section of the `clearml.conf`.
|
||||
For more information, see [Dynamic Environment Variables](../clearml_agent.md#dynamic-environment-variables).
|
||||
|
||||
|
@ -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
|
||||
|
@ -16,7 +16,7 @@ meets resource needs:
|
||||
* [Clearml Session CLI](apps/clearml_session.md) - Launch an interactive JupyterLab, VS Code, and SSH session on a remote machine:
|
||||
* Automatically store and sync your [interactive session workspace](apps/clearml_session.md#storing-and-synchronizing-workspace)
|
||||
* Replicate a previously executed experiment's execution environment and [interactively execute and debug](apps/clearml_session.md#starting-a-debugging-session) it on a remote session
|
||||
* Develop directly inside your Kubernetes pods [see ClearML Agent](clearml_agent.md#kubernetes)
|
||||
* Develop directly inside your Kubernetes pods ([see ClearML Agent](clearml_agent.md#kubernetes))
|
||||
* And more!
|
||||
* GUI Applications (available under ClearML Enterprise Plan) - These apps provide local links to access JupyterLab or
|
||||
VS Code on a remote machine over a secure and encrypted SSH connection, letting you use the IDE as if you're running
|
||||
|
Loading…
Reference in New Issue
Block a user