Class LinearInterpolationSmoothingModel
java.lang.Object
org.opensearch.client.opensearch._global.search.LinearInterpolationSmoothingModel
- All Implemented Interfaces:
ToJsonp
public final class LinearInterpolationSmoothingModel extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLinearInterpolationSmoothingModel.BuilderBuilder forLinearInterpolationSmoothingModel. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<LinearInterpolationSmoothingModel>DESERIALIZERJson deserializer for LinearInterpolationSmoothingModel -
Constructor Summary
Constructors Modifier Constructor Description protectedLinearInterpolationSmoothingModel(LinearInterpolationSmoothingModel.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.NumberbigramLambda()API name:bigram_lambdaprotected static voidsetupLinearInterpolationSmoothingModelDeserializer(DelegatingDeserializer<LinearInterpolationSmoothingModel.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.NumbertrigramLambda()API name:trigram_lambdajava.lang.NumberunigramLambda()API name:unigram_lambda
-
Field Details
-
DESERIALIZER
Json deserializer for LinearInterpolationSmoothingModel
-
-
Constructor Details
-
Method Details
-
bigramLambda
public java.lang.Number bigramLambda()API name:bigram_lambda -
trigramLambda
public java.lang.Number trigramLambda()API name:trigram_lambda -
unigramLambda
public java.lang.Number unigramLambda()API name:unigram_lambda -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupLinearInterpolationSmoothingModelDeserializer
protected static void setupLinearInterpolationSmoothingModelDeserializer(DelegatingDeserializer<LinearInterpolationSmoothingModel.Builder> op)
-