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
description: "The duration in days during which values are learned, and after which signals will be generated for values that\nweren't learned. If set to 0, a signal will be generated for all new values after the first value is learned."
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb
+41-4Lines changed: 41 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ class SecurityMonitoringRuleNewValueOptions
22
22
includeBaseGenericModel
23
23
24
24
# The duration in days after which a learned value is forgotten.
25
-
attr_accessor:forget_after
25
+
attr_reader:forget_after
26
26
27
27
# When set to true, Datadog uses previous values that fall within the defined learning window to construct the baseline, enabling the system to establish an accurate baseline more rapidly rather than relying solely on gradual learning over time.
28
28
attr_accessor:instantaneous_baseline
29
29
30
30
# The duration in days during which values are learned, and after which signals will be generated for values that
31
31
# weren't learned. If set to 0, a signal will be generated for all new values after the first value is learned.
32
-
attr_accessor:learning_duration
32
+
attr_reader:learning_duration
33
33
34
34
# The learning method used to determine when signals should be generated for values that weren't learned.
0 commit comments