Uses of Class
org.elasticsearch.client.ml.job.config.Detector.ExcludeFrequent
-
Packages that use Detector.ExcludeFrequent Package Description org.elasticsearch.client.ml.job.config -
-
Uses of Detector.ExcludeFrequent in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return Detector.ExcludeFrequent Modifier and Type Method Description static Detector.ExcludeFrequentDetector.ExcludeFrequent. forString(String value)Case-insensitive from string method.Detector.ExcludeFrequentDetector. getExcludeFrequent()Excludes frequently-occurring metrics from the analysis; can apply to 'by' field, 'over' field, or bothstatic Detector.ExcludeFrequentDetector.ExcludeFrequent. valueOf(String name)Returns the enum constant of this type with the specified name.static Detector.ExcludeFrequent[]Detector.ExcludeFrequent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.client.ml.job.config with parameters of type Detector.ExcludeFrequent Modifier and Type Method Description Detector.BuilderDetector.Builder. setExcludeFrequent(Detector.ExcludeFrequent excludeFrequent)
-