smjain commited on
Commit
0594afb
·
verified ·
1 Parent(s): c03c373

Upload eval-predictive-maintenance.spec.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. eval-predictive-maintenance.spec.json +120 -0
eval-predictive-maintenance.spec.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "title": "Predictive Maintenance — classic ml",
3
+ "blocks": [
4
+ {
5
+ "id": "external",
6
+ "label": "External",
7
+ "blocks": [],
8
+ "components": [
9
+ {
10
+ "id": "c0",
11
+ "label": "Business User"
12
+ }
13
+ ]
14
+ },
15
+ {
16
+ "id": "sap_btl",
17
+ "label": "SAP BTP",
18
+ "blocks": [
19
+ {
20
+ "id": "subaccount",
21
+ "label": "Subaccount",
22
+ "blocks": [
23
+ {
24
+ "id": "sap_ai",
25
+ "label": "SAP AI",
26
+ "blocks": [],
27
+ "components": [
28
+ {
29
+ "id": "c1",
30
+ "label": "SAP AI Core"
31
+ },
32
+ {
33
+ "id": "c2",
34
+ "label": "SAP AI Launchpad"
35
+ }
36
+ ]
37
+ }
38
+ ],
39
+ "components": [
40
+ {
41
+ "id": "c3",
42
+ "label": "CAP Application"
43
+ },
44
+ {
45
+ "id": "c4",
46
+ "label": "SAP HANA Cloud"
47
+ },
48
+ {
49
+ "id": "c5",
50
+ "label": "Custom Model"
51
+ },
52
+ {
53
+ "id": "c6",
54
+ "label": "SAP Destination service"
55
+ },
56
+ {
57
+ "id": "c7",
58
+ "label": "SAP Connectivity service"
59
+ }
60
+ ]
61
+ }
62
+ ],
63
+ "components": []
64
+ },
65
+ {
66
+ "id": "on-premise",
67
+ "label": "On-Premise",
68
+ "blocks": [],
69
+ "components": [
70
+ {
71
+ "id": "c8",
72
+ "label": "Cloud Connector"
73
+ },
74
+ {
75
+ "id": "c9",
76
+ "label": "SAP S/4HANA"
77
+ }
78
+ ]
79
+ }
80
+ ],
81
+ "connections": [
82
+ {
83
+ "source": "c0",
84
+ "target": "c3"
85
+ },
86
+ {
87
+ "source": "c3",
88
+ "target": "c1"
89
+ },
90
+ {
91
+ "source": "c5",
92
+ "target": "c1"
93
+ },
94
+ {
95
+ "source": "c1",
96
+ "target": "c2",
97
+ "label": "manage"
98
+ },
99
+ {
100
+ "source": "c3",
101
+ "target": "c4"
102
+ },
103
+ {
104
+ "source": "c3",
105
+ "target": "c6"
106
+ },
107
+ {
108
+ "source": "c6",
109
+ "target": "c7"
110
+ },
111
+ {
112
+ "source": "c7",
113
+ "target": "c8"
114
+ },
115
+ {
116
+ "source": "c8",
117
+ "target": "c9"
118
+ }
119
+ ]
120
+ }