| { | |
| "model_type": "anomaly-detection", | |
| "architecture": "metric-pattern-classifier", | |
| "input_features": [ | |
| "motor_temperature", | |
| "battery_drain_rate", | |
| "motion_stability_score" | |
| ], | |
| "output_labels": [ | |
| "normal", | |
| "temperature-spike", | |
| "power-instability", | |
| "motion-anomaly" | |
| ], | |
| "version": "1.0.0" | |
| } |