mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Add Task connect_configuration, connect_label_enumeration, and support for nested dictionary with connect
Add Task.get_tasks
This commit is contained in:
8
examples/samples/sample.json
Normal file
8
examples/samples/sample.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"list_of_ints": [1,2,3,4],
|
||||
"dict": {
|
||||
"sub_value": "string",
|
||||
"sub_integer": 11
|
||||
},
|
||||
"value": 13.37
|
||||
}
|
||||
Reference in New Issue
Block a user