Uses of Class
org.elasticsearch.client.ml.job.config.Detector
-
Packages that use Detector Package Description org.elasticsearch.client.ml.job.config -
-
Uses of Detector in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return Detector Modifier and Type Method Description DetectorDetector.Builder. build()Methods in org.elasticsearch.client.ml.job.config that return types with arguments of type Detector Modifier and Type Method Description List<Detector>AnalysisConfig. getDetectors()The list of analysis detectors.Methods in org.elasticsearch.client.ml.job.config with parameters of type Detector Modifier and Type Method Description static voidDefaultDetectorDescription. appendOn(Detector detector, StringBuilder sb)Appends to the givenStringBuilderthe default description for the givendetectorstatic StringDefaultDetectorDescription. of(Detector detector)Returns the default description for the givendetectorAnalysisConfig.BuilderAnalysisConfig.Builder. setDetector(int detectorIndex, Detector detector)Method parameters in org.elasticsearch.client.ml.job.config with type arguments of type Detector Modifier and Type Method Description static AnalysisConfig.BuilderAnalysisConfig. builder(List<Detector> detectors)AnalysisConfig.BuilderAnalysisConfig.Builder. setDetectors(List<Detector> detectors)Constructors in org.elasticsearch.client.ml.job.config with parameters of type Detector Constructor Description Builder(Detector detector)Constructor parameters in org.elasticsearch.client.ml.job.config with type arguments of type Detector Constructor Description Builder(List<Detector> detectors)
-