Create Detector
The first step is to create a detector. You can create several with different input topics and/or data values.
Start Training
For the detector to recognize anomalies, it needs to be trained on normal system behavior. So before each training phase, ensure that the current behavior is deemed normal.
Start Detection
To detect anomalies, the detector must be in inference mode. In this mode, no more training is performed; instead, the detector scores the abnormality of the incoming data.
Delete Detectors
How-to
Update Detector
How-to