Uses of Class
org.elasticsearch.client.ml.job.config.DetectorFunction
-
Packages that use DetectorFunction Package Description org.elasticsearch.client.ml.job.config -
-
Uses of DetectorFunction in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return DetectorFunction Modifier and Type Method Description static DetectorFunctionDetectorFunction. fromString(String op)DetectorFunctionDetector. getFunction()The analysis function used e.g.static DetectorFunctionDetectorFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static DetectorFunction[]DetectorFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.client.ml.job.config with parameters of type DetectorFunction Constructor Description Builder(DetectorFunction function, String fieldName)
-