Class DetectionRule
java.lang.Object
co.elastic.clients.elasticsearch.ml.DetectionRule
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DetectionRule extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDetectionRule.BuilderBuilder forDetectionRule. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DetectionRule>_DESERIALIZERJson deserializer forDetectionRule -
Method Summary
Modifier and Type Method Description java.util.List<RuleAction>actions()The set of actions to be triggered when the rule applies.java.util.List<RuleCondition>conditions()An array of numeric conditions when the rule applies.static DetectionRuleof(java.util.function.Function<DetectionRule.Builder,ObjectBuilder<DetectionRule>> fn)java.util.Map<java.lang.String,FilterRef>scope()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 voidsetupDetectionRuleDeserializer(ObjectDeserializer<DetectionRule.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDetectionRule
-
-
Method Details
-
of
public static DetectionRule of(java.util.function.Function<DetectionRule.Builder,ObjectBuilder<DetectionRule>> fn) -
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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupDetectionRuleDeserializer
-