Class PassThroughInferenceUpdateOptions.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<PassThroughInferenceUpdateOptions.Builder>
co.elastic.clients.elasticsearch.ml.PassThroughInferenceUpdateOptions.Builder
- All Implemented Interfaces:
WithJson<PassThroughInferenceUpdateOptions.Builder>,ObjectBuilder<PassThroughInferenceUpdateOptions>
- Enclosing class:
- PassThroughInferenceUpdateOptions
public static class PassThroughInferenceUpdateOptions.Builder
extends WithJsonObjectBuilderBase<PassThroughInferenceUpdateOptions.Builder>
implements ObjectBuilder<PassThroughInferenceUpdateOptions>
Builder for
PassThroughInferenceUpdateOptions.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aPassThroughInferenceUpdateOptions.resultsField(String value) The field that is added to incoming documents to contain the inference prediction.self()The tokenization options to update when inferringtokenization(Function<NlpTokenizationUpdateOptions.Builder, ObjectBuilder<NlpTokenizationUpdateOptions>> fn) The tokenization options to update when inferringMethods 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
-
tokenization
public final PassThroughInferenceUpdateOptions.Builder tokenization(@Nullable NlpTokenizationUpdateOptions value) The tokenization options to update when inferringAPI name:
tokenization -
tokenization
public final PassThroughInferenceUpdateOptions.Builder tokenization(Function<NlpTokenizationUpdateOptions.Builder, ObjectBuilder<NlpTokenizationUpdateOptions>> fn) The tokenization options to update when inferringAPI name:
tokenization -
resultsField
The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.API name:
results_field -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<PassThroughInferenceUpdateOptions.Builder>
-
build
Builds aPassThroughInferenceUpdateOptions.- Specified by:
buildin interfaceObjectBuilder<PassThroughInferenceUpdateOptions>- Throws:
NullPointerException- if some of the required fields are null.
-