Inputs
"targetProperty": "current": The data on which to perform detection.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
"targetProperty": "current": The data on which to perform detection.
| name | description | default value |
|---|---|---|
component.min | If the metric goes below this value, detect an anomaly. | -Inf |
component.max | If the metric goes above this value, detect an anomaly. | +Inf |
{
"name": "root",
"type": "AnomalyDetector",
"params": {
"type": "THRESHOLD",
"component.max": "75",
"component.min": "10",
... # shared parameters
},
"inputs": [
{ # current data
"targetProperty": "current",
"sourcePlanNode": "currentData",
"sourceProperty": "currentOutput"
}
]
}
Was this page helpful?
