Create config.json
Browse files- config.json +10 -0
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "classification",
|
| 3 |
+
"architecture": "incident-response-selector",
|
| 4 |
+
"input": [
|
| 5 |
+
"incident_type",
|
| 6 |
+
"severity_level"
|
| 7 |
+
],
|
| 8 |
+
"output": "recommended_action",
|
| 9 |
+
"version": "1.0.0"
|
| 10 |
+
}
|