Add Task connect_configuration, connect_label_enumeration, and support for nested dictionary with connect

Add Task.get_tasks
This commit is contained in:
allegroai
2019-11-15 22:00:10 +02:00
parent 15683b5b43
commit 0a45d2094f
4 changed files with 251 additions and 36 deletions

View File

@@ -0,0 +1,8 @@
{
"list_of_ints": [1,2,3,4],
"dict": {
"sub_value": "string",
"sub_integer": 11
},
"value": 13.37
}