Add browser inference sample manifest
Browse files- sample_manifest.json +13 -0
sample_manifest.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"demo_id": "demo_20260404_082438",
|
| 3 |
+
"scenario_id": "critical_infra",
|
| 4 |
+
"dataset_id": "glu-sec04-core",
|
| 5 |
+
"dataset_title": null,
|
| 6 |
+
"rows": [],
|
| 7 |
+
"feature_keys": [],
|
| 8 |
+
"target_key": "anomaly_flag",
|
| 9 |
+
"summary": {
|
| 10 |
+
"row_count": 0,
|
| 11 |
+
"source": "none"
|
| 12 |
+
}
|
| 13 |
+
}
|