Class LaplaceSmoothingModel.Builder
java.lang.Object
org.opensearch.client.opensearch._global.search.LaplaceSmoothingModel.Builder
- All Implemented Interfaces:
ObjectBuilder<LaplaceSmoothingModel>
- Enclosing class:
- LaplaceSmoothingModel
public static class LaplaceSmoothingModel.Builder extends java.lang.Object implements ObjectBuilder<LaplaceSmoothingModel>
Builder for
LaplaceSmoothingModel.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description LaplaceSmoothingModel.Builderalpha(java.lang.Number value)API name:alphaLaplaceSmoothingModelbuild()Builds aLaplaceSmoothingModel.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
alpha
API name:alpha -
build
Builds aLaplaceSmoothingModel.- Specified by:
buildin interfaceObjectBuilder<LaplaceSmoothingModel>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-