4fd469572c4caf37896bea4a0cf6dd8a0e536bb9
[dcaegen2/platform.git] / adapter / acumos / tests / fixtures / models / example-model-demeter / metadata.json
1 {
2   "schema": "acumos.schema.model:0.6.0",
3   "runtime": {
4     "name": "python",
5     "version": "3.7.9",
6     "dependencies": {
7       "pip": {
8         "indexes": [
9         ],
10         "requirements": [
11           {
12             "name": "dill",
13             "version": "0.3.3"
14           },
15           {
16             "name": "scikit-learn",
17             "version": "0.23.2"
18           },
19           {
20             "name": "numpy",
21             "version": "1.19.2"
22           },
23           {
24             "name": "acumos",
25             "version": "0.9.7"
26           }
27         ]
28       },
29       "conda": {
30         "channels": [
31         ],
32         "requirements": [
33         ]
34       }
35     }
36   },
37   "name": "example-model",
38   "methods": {
39     "Numbers": {
40       "input": {
41         "name": "NumbersIn",
42         "media_type": [
43           "application/vnd.google.protobuf"
44         ],
45         "metadata": {
46         },
47         "description": ""
48       },
49       "output": {
50         "name": "NumbersOut",
51         "media_type": [
52           "application/vnd.google.protobuf"
53         ],
54         "metadata": {
55         },
56         "description": ""
57       },
58       "description": ""
59     }
60   }
61 }