-
Notifications
You must be signed in to change notification settings - Fork 0
/
specs.json
50 lines (50 loc) · 939 Bytes
/
specs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"information": {
"id": "housingmodel",
"name": "Housing Model",
"description": "Template block for custom computations.",
"system_versions": [
"0.1"
],
"block_version": "block version number",
"block_source": "core/blocks/housingmodel",
"block_type": "compute"
},
"inputs": {
"epoch": {
"type": "int",
"connections": [],
"relays": []
}
},
"outputs": {
"avg_loss": {
"type": "Any",
"connections": [],
"relays": []
}
},
"action": {
"container": {
"image": "housingmodel",
"version": "latest",
"command_line": [
"python",
"entrypoint.py"
]
}
},
"views": {
"node": {
"behavior": "modal",
"active": "True or False",
"title_bar": {},
"preview": {},
"html": "",
"pos_x": "300",
"pos_y": "200",
"pos_z": "999"
}
},
"events": {}
}