You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ads/opctl/operator/lowcode/anomaly/schema.yaml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ spec:
29
29
input_data:
30
30
required: true
31
31
type: dict
32
-
default: {"url": "data.csv"}
32
+
default: {"url": "data.csv"}
33
33
meta:
34
34
description: "The payload that the detector should evaluate."
35
35
schema:
@@ -134,6 +134,9 @@ spec:
134
134
datetime_column:
135
135
type: dict
136
136
required: true
137
+
default: {"name": "uid"}
138
+
meta:
139
+
description: "`datetime_column` is required for time series anomaly detection, only non time-based anomaly detection models can be run without `datetime_column`"
137
140
schema:
138
141
name:
139
142
type: string
@@ -353,6 +356,8 @@ spec:
353
356
allowed:
354
357
- autots
355
358
- auto
359
+
- oneclasssvm
360
+
- isolationforest
356
361
meta:
357
362
description: "The model to be used for anomaly detection"
0 commit comments