Uses of Class
org.elasticsearch.client.ml.job.config.DetectionRule
-
Packages that use DetectionRule Package Description org.elasticsearch.client.ml.job.config -
-
Uses of DetectionRule in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return DetectionRule Modifier and Type Method Description DetectionRuleDetectionRule.Builder. build()Methods in org.elasticsearch.client.ml.job.config that return types with arguments of type DetectionRule Modifier and Type Method Description List<DetectionRule>Detector. getRules()List<DetectionRule>JobUpdate.DetectorUpdate. getRules()Method parameters in org.elasticsearch.client.ml.job.config with type arguments of type DetectionRule Modifier and Type Method Description Detector.BuilderDetector.Builder. setRules(List<DetectionRule> rules)Constructor parameters in org.elasticsearch.client.ml.job.config with type arguments of type DetectionRule Constructor Description DetectorUpdate(int detectorIndex, String description, List<DetectionRule> rules)A detector update to apply to the Machine Learning Job
-