summaryrefslogtreecommitdiffstats
path: root/adapter/acumos/tests/fixtures/models/example-model-demeter/metadata.json
blob: 4fd469572c4caf37896bea4a0cf6dd8a0e536bb9 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
{
  "schema": "acumos.schema.model:0.6.0",
  "runtime": {
    "name": "python",
    "version": "3.7.9",
    "dependencies": {
      "pip": {
        "indexes": [
        ],
        "requirements": [
          {
            "name": "dill",
            "version": "0.3.3"
          },
          {
            "name": "scikit-learn",
            "version": "0.23.2"
          },
          {
            "name": "numpy",
            "version": "1.19.2"
          },
          {
            "name": "acumos",
            "version": "0.9.7"
          }
        ]
      },
      "conda": {
        "channels": [
        ],
        "requirements": [
        ]
      }
    }
  },
  "name": "example-model",
  "methods": {
    "Numbers": {
      "input": {
        "name": "NumbersIn",
        "media_type": [
          "application/vnd.google.protobuf"
        ],
        "metadata": {
        },
        "description": ""
      },
      "output": {
        "name": "NumbersOut",
        "media_type": [
          "application/vnd.google.protobuf"
        ],
        "metadata": {
        },
        "description": ""
      },
      "description": ""
    }
  }
}