From bb00e7b593502a275fddd5118773c1f4a8849520 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 6 Oct 2022 15:43:26 +0300 Subject: [PATCH] Small edit (#345) --- docs/clearml_sdk/task_sdk.md | 4 ++-- docs/fundamentals/task.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/clearml_sdk/task_sdk.md b/docs/clearml_sdk/task_sdk.md index 386b3758..1aabdd6c 100644 --- a/docs/clearml_sdk/task_sdk.md +++ b/docs/clearml_sdk/task_sdk.md @@ -671,8 +671,8 @@ task.connect(params_dictionary) ### Configuration Objects -Configuration objects more elaborate than a key-value dictionary (such as nested dictionaries or configuration files), -can be logged to a task using the [`Task.connect_configuration`](../references/sdk/task.md#connect_configuration) method. +To log configuration more elaborate than a key-value dictionary (such as nested dictionaries or configuration files), +use the [`Task.connect_configuration`](../references/sdk/task.md#connect_configuration) method. This method saves configuration objects as blobs (i.e. ClearML is not aware of their internal structure). ```python diff --git a/docs/fundamentals/task.md b/docs/fundamentals/task.md index 6eb4a729..a73ad2a3 100644 --- a/docs/fundamentals/task.md +++ b/docs/fundamentals/task.md @@ -67,7 +67,7 @@ Most importantly, ClearML also logs experiments’ input and output models as we #### Logging Artifacts ClearML provides an explicit logging interface that supports manually reporting a variety of artifacts. Any type of -artifact can be logged to a task using the [`Task.upload_artifact`](../references/sdk/task.md#upload_artifacts) method. +artifact can be logged to a task using the [`Task.upload_artifact`](../references/sdk/task.md#upload_artifact) method. See more details in the [Artifacts Reporting example](../guides/reporting/artifacts.md). ClearML can be configured to upload artifacts to any of the supported types of storage, which include local and shared