Uses of Class
org.elasticsearch.client.ml.job.config.JobUpdate.DetectorUpdate
-
Packages that use JobUpdate.DetectorUpdate Package Description org.elasticsearch.client.ml.job.config -
-
Uses of JobUpdate.DetectorUpdate in org.elasticsearch.client.ml.job.config
Fields in org.elasticsearch.client.ml.job.config with type parameters of type JobUpdate.DetectorUpdate Modifier and Type Field Description static ConstructingObjectParser<JobUpdate.DetectorUpdate,Void>JobUpdate.DetectorUpdate. PARSERMethods in org.elasticsearch.client.ml.job.config that return types with arguments of type JobUpdate.DetectorUpdate Modifier and Type Method Description List<JobUpdate.DetectorUpdate>JobUpdate. getDetectorUpdates()Method parameters in org.elasticsearch.client.ml.job.config with type arguments of type JobUpdate.DetectorUpdate Modifier and Type Method Description JobUpdate.BuilderJobUpdate.Builder. setDetectorUpdates(List<JobUpdate.DetectorUpdate> detectorUpdates)The detector updates to apply to the job Updates theAnalysisConfig.detectorssetting
-