mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update docs for ClearML server 1.6 (#280)
This commit is contained in:
@@ -57,9 +57,12 @@ In the experiment code, a configuration dictionary is connected to the Task by c
|
||||
method.
|
||||
|
||||
```python
|
||||
task.connect_configuration({'test': 1337, 'nested': {'key': 'value', 'number': 1}})
|
||||
task.connect_configuration(
|
||||
name="MyConfig"
|
||||
configuration={'test': 1337, 'nested': {'key': 'value', 'number': 1}}
|
||||
)
|
||||
```
|
||||
|
||||
It appears in **CONFIGURATION** **>** **CONFIGURATION OBJECTS** **>** **General**.
|
||||
It appears in **CONFIGURATION** **>** **CONFIGURATION OBJECTS** **>** **MyConfig**.
|
||||
|
||||

|
||||
Reference in New Issue
Block a user