Class DataframeAnalysisFeatureProcessorMultiEncoding.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<DataframeAnalysisFeatureProcessorMultiEncoding.Builder>
co.elastic.clients.elasticsearch.ml.DataframeAnalysisFeatureProcessorMultiEncoding.Builder
- All Implemented Interfaces:
WithJson<DataframeAnalysisFeatureProcessorMultiEncoding.Builder>,ObjectBuilder<DataframeAnalysisFeatureProcessorMultiEncoding>
- Enclosing class:
- DataframeAnalysisFeatureProcessorMultiEncoding
public static class DataframeAnalysisFeatureProcessorMultiEncoding.Builder
extends WithJsonObjectBuilderBase<DataframeAnalysisFeatureProcessorMultiEncoding.Builder>
implements ObjectBuilder<DataframeAnalysisFeatureProcessorMultiEncoding>
Builder for
DataframeAnalysisFeatureProcessorMultiEncoding.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()processors(Integer value, Integer... values) Required - The ordered array of custom processors to execute.processors(List<Integer> list) Required - The ordered array of custom processors to execute.self()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
processors
Required - The ordered array of custom processors to execute. Must be more than 1.API name:
processorsAdds all elements of
listtoprocessors. -
processors
public final DataframeAnalysisFeatureProcessorMultiEncoding.Builder processors(Integer value, Integer... values) Required - The ordered array of custom processors to execute. Must be more than 1.API name:
processorsAdds one or more values to
processors. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<DataframeAnalysisFeatureProcessorMultiEncoding.Builder>
-
build
- Specified by:
buildin interfaceObjectBuilder<DataframeAnalysisFeatureProcessorMultiEncoding>- Throws:
NullPointerException- if some of the required fields are null.
-