Class NerInferenceUpdateOptions.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<NerInferenceUpdateOptions.Builder>
co.elastic.clients.elasticsearch.ml.NerInferenceUpdateOptions.Builder
- All Implemented Interfaces:
WithJson<NerInferenceUpdateOptions.Builder>,ObjectBuilder<NerInferenceUpdateOptions>
- Enclosing class:
- NerInferenceUpdateOptions
public static class NerInferenceUpdateOptions.Builder extends WithJsonObjectBuilderBase<NerInferenceUpdateOptions.Builder> implements ObjectBuilder<NerInferenceUpdateOptions>
Builder for
NerInferenceUpdateOptions.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NerInferenceUpdateOptionsbuild()Builds aNerInferenceUpdateOptions.NerInferenceUpdateOptions.BuilderresultsField(java.lang.String value)The field that is added to incoming documents to contain the inference prediction.protected NerInferenceUpdateOptions.Builderself()NerInferenceUpdateOptions.Buildertokenization(NlpTokenizationUpdateOptions value)The tokenization options to update when inferringNerInferenceUpdateOptions.Buildertokenization(java.util.function.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, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tokenization
public final NerInferenceUpdateOptions.Builder tokenization(@Nullable NlpTokenizationUpdateOptions value)The tokenization options to update when inferringAPI name:
tokenization -
tokenization
public final NerInferenceUpdateOptions.Builder tokenization(java.util.function.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<NerInferenceUpdateOptions.Builder>
-
build
Builds aNerInferenceUpdateOptions.- Specified by:
buildin interfaceObjectBuilder<NerInferenceUpdateOptions>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-