Class DetectionRule
java.lang.Object
co.elastic.clients.elasticsearch.ml.DetectionRule
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DetectionRule>Json deserializer forDetectionRule -
Method Summary
Modifier and TypeMethodDescriptionfinal List<RuleAction>actions()The set of actions to be triggered when the rule applies.final List<RuleCondition>An array of numeric conditions when the rule applies.static DetectionRulescope()A scope of series where the rule applies.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forDetectionRule
-
-
Method Details
-
of
-
actions
The set of actions to be triggered when the rule applies. If more than one action is specified the effects of all actions are combined.API name:
actions -
conditions
An array of numeric conditions when the rule applies. A rule must either have a non-empty scope or at least one condition. Multiple conditions are combined together with a logical AND.API name:
conditions -
scope
A scope of series where the rule applies. A rule must either have a non-empty scope or at least one condition. By default, the scope includes all series. Scoping is allowed for any of the fields that are also specified inby_field_name,over_field_name, orpartition_field_name.API name:
scope -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDetectionRuleDeserializer
-