Class RankFeatureFunctionSigmoid
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.RankFeatureFunction
co.elastic.clients.elasticsearch._types.query_dsl.RankFeatureFunctionSigmoid
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class RankFeatureFunctionSigmoid
extends RankFeatureFunction
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.query_dsl.RankFeatureFunction
RankFeatureFunction.AbstractBuilder<BuilderT extends RankFeatureFunction.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RankFeatureFunctionSigmoid>Json deserializer forRankFeatureFunctionSigmoid -
Method Summary
Modifier and TypeMethodDescriptionfinal floatexponent()Required - Configurable Exponent.static RankFeatureFunctionSigmoidfinal floatpivot()Required - Configurable pivot value so that the result will be less than 0.5.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupRankFeatureFunctionSigmoidDeserializer(ObjectDeserializer<RankFeatureFunctionSigmoid.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRankFeatureFunctionSigmoid
-
-
Method Details
-
of
public static RankFeatureFunctionSigmoid of(Function<RankFeatureFunctionSigmoid.Builder, ObjectBuilder<RankFeatureFunctionSigmoid>> fn) -
pivot
public final float pivot()Required - Configurable pivot value so that the result will be less than 0.5.API name:
pivot -
exponent
public final float exponent()Required - Configurable Exponent.API name:
exponent -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRankFeatureFunctionSigmoidDeserializer
protected static void setupRankFeatureFunctionSigmoidDeserializer(ObjectDeserializer<RankFeatureFunctionSigmoid.Builder> op)
-