We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2411597 commit 81f2d62Copy full SHA for 81f2d62
src/arduino/app_bricks/vibration_anomaly_detection/__init__.py
@@ -184,14 +184,6 @@ def stop(self):
184
"""
185
self._clear()
186
187
- def get_model_info(self):
188
- """Get the Edge Impulse model information used by this detector.
189
-
190
- Returns:
191
- EdgeImpulseModelInfo: The model information object.
192
- """
193
- return self._model_info
194
195
def _clear(self):
196
"""Internal helper: flush the sensor data buffer and log the action.
197
0 commit comments