Class DataframeAnalysisBuilders
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeAnalysisBuilders
public class DataframeAnalysisBuilders
extends java.lang.Object
Builders for
DataframeAnalysis variants.-
Method Summary
Modifier and Type Method Description static DataframeAnalysisClassification.Builderclassification()Creates a builder for theclassificationDataframeAnalysisvariant.static DataframeAnalysisOutlierDetection.BuilderoutlierDetection()Creates a builder for theoutlier_detectionDataframeAnalysisvariant.static DataframeAnalysisRegression.Builderregression()Creates a builder for theregressionDataframeAnalysisvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
classification
Creates a builder for theclassificationDataframeAnalysisvariant. -
outlierDetection
Creates a builder for theoutlier_detectionDataframeAnalysisvariant. -
regression
Creates a builder for theregressionDataframeAnalysisvariant.
-