mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Add configuration vault docs (#91)
This commit is contained in:
@@ -10,8 +10,8 @@ demonstrates reporting (uploading) images in several formats, including:
|
||||
* PIL Image objects
|
||||
* Local files.
|
||||
|
||||
**ClearML** uploads images to the bucket specified in the **ClearML** configuration file, or **ClearML** can be configured
|
||||
for image storage, see [Logger.set_default_upload_destination](../../references/sdk/logger.md#set_default_upload_destination)
|
||||
**ClearML** uploads images to the bucket specified in the **ClearML** configuration file
|
||||
or **ClearML** can be configured for image storage, see [Logger.set_default_upload_destination](../../references/sdk/logger.md#set_default_upload_destination)
|
||||
(storage for [artifacts](../../fundamentals/artifacts.md#setting-upload-destination) is different). Set credentials for
|
||||
storage in the **ClearML** configuration file.
|
||||
|
||||
|
||||
@@ -9,8 +9,7 @@ method to upload from:
|
||||
* BytesIO stream
|
||||
* URL of media already uploaded to some storage
|
||||
|
||||
**ClearML** uploads media to the bucket specified in the **ClearML** configuration file, or **ClearML** can be configured
|
||||
for image storage, see [Logger.set_default_upload_destination](../../references/sdk/logger.md#set_default_upload_destination)
|
||||
**ClearML** uploads media to the bucket specified in the **ClearML** configuration file or **ClearML** can be configured for image storage, see [Logger.set_default_upload_destination](../../references/sdk/logger.md#set_default_upload_destination)
|
||||
(storage for [artifacts](../../fundamentals/artifacts#setting-upload-destination) is different). Set credentials for storage in the **ClearML**
|
||||
[configuration file](../../configs/clearml_conf.md).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user