Class Detector.Builder
java.lang.Object
org.elasticsearch.client.ml.job.config.Detector.Builder
- Enclosing class:
- Detector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setByFieldName(String byFieldName) setDetectorDescription(String detectorDescription) setDetectorIndex(int detectorIndex) setExcludeFrequent(Detector.ExcludeFrequent excludeFrequent) setFieldName(String fieldName) setFunction(String function) setOverFieldName(String overFieldName) setPartitionFieldName(String partitionFieldName) setRules(List<DetectionRule> rules) setUseNull(boolean useNull)
-
Constructor Details
-
Builder
public Builder() -
Builder
-
Builder
-
Builder
-
-
Method Details
-
setDetectorDescription
-
setFunction
-
setFieldName
-
setByFieldName
-
setOverFieldName
-
setPartitionFieldName
-
setUseNull
-
setExcludeFrequent
-
setRules
-
setDetectorIndex
-
build
-