Class DataframeEvaluationBuilders
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeEvaluationBuilders
Builders for 
DataframeEvaluation variants.- 
Method SummaryModifier and TypeMethodDescriptionCreates a builder for theclassificationDataframeEvaluationvariant.static DataframeEvaluationclassification(Function<DataframeEvaluationClassification.Builder, ObjectBuilder<DataframeEvaluationClassification>> fn) Creates a DataframeEvaluation of theclassificationDataframeEvaluationvariant.Creates a builder for theoutlier_detectionDataframeEvaluationvariant.static DataframeEvaluationoutlierDetection(Function<DataframeEvaluationOutlierDetection.Builder, ObjectBuilder<DataframeEvaluationOutlierDetection>> fn) Creates a DataframeEvaluation of theoutlier_detectionDataframeEvaluationvariant.Creates a builder for theregressionDataframeEvaluationvariant.static DataframeEvaluationregression(Function<DataframeEvaluationRegression.Builder, ObjectBuilder<DataframeEvaluationRegression>> fn) Creates a DataframeEvaluation of theregressionDataframeEvaluationvariant.
- 
Method Details- 
classificationCreates a builder for theclassificationDataframeEvaluationvariant.
- 
classificationpublic static DataframeEvaluation classification(Function<DataframeEvaluationClassification.Builder, ObjectBuilder<DataframeEvaluationClassification>> fn) Creates a DataframeEvaluation of theclassificationDataframeEvaluationvariant.
- 
outlierDetectionCreates a builder for theoutlier_detectionDataframeEvaluationvariant.
- 
outlierDetectionpublic static DataframeEvaluation outlierDetection(Function<DataframeEvaluationOutlierDetection.Builder, ObjectBuilder<DataframeEvaluationOutlierDetection>> fn) Creates a DataframeEvaluation of theoutlier_detectionDataframeEvaluationvariant.
- 
regressionCreates a builder for theregressionDataframeEvaluationvariant.
- 
regressionpublic static DataframeEvaluation regression(Function<DataframeEvaluationRegression.Builder, ObjectBuilder<DataframeEvaluationRegression>> fn) Creates a DataframeEvaluation of theregressionDataframeEvaluationvariant.
 
-