mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update docs (#910)
This commit is contained in:
@@ -941,8 +941,8 @@ and limitations on bucket naming.
|
||||
|
||||
**`sdk.aws.s3.credentials.verify`** (*string*/*boolean*)
|
||||
|
||||
* Specify whether to verify SSL certificates. By default, they are verified. Input a path to a CA bundle, or set to
|
||||
`false` to skip SSL certificate verification.
|
||||
* Specify whether to verify SSL certificates. By default, verification is enabled (`true`). You can provide a path or a
|
||||
URL to a CA bundle, or set this option to `false` to skip SSL certificate verification.
|
||||
|
||||
|
||||
<br/>
|
||||
@@ -999,6 +999,14 @@ and limitations on bucket naming.
|
||||
|
||||
* Dictionary of development mode options.
|
||||
|
||||
---
|
||||
|
||||
**`sdk.development.default_pandas_dataframe_extension_name`** (*string*)
|
||||
|
||||
* Set the default `extension_name` for pandas `DataFrame` objects
|
||||
* Valid values are: `.csv.gz`, `.parquet`, `.feather`, `.pickle`
|
||||
* This value can be overridden by the `extension_name` argument supplied to `Task.upload_artifact()`
|
||||
|
||||
---
|
||||
|
||||
**`sdk.development.default_output_uri`** (*string*) <a class="tr_top_negative" id="config_default_output_uri"></a>
|
||||
|
||||
Reference in New Issue
Block a user