Class AggregateOutput
java.lang.Object
co.elastic.clients.elasticsearch.ml.put_trained_model.AggregateOutput
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class AggregateOutput extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregateOutput.BuilderBuilder forAggregateOutput. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AggregateOutput>_DESERIALIZERJson deserializer forAggregateOutput -
Constructor Summary
Constructors Constructor Description AggregateOutput(AggregateOutput.Builder builder)AggregateOutput(java.util.function.Function<AggregateOutput.Builder,AggregateOutput.Builder> fn) -
Method Summary
Modifier and Type Method Description Weightsexponent()API name:exponentWeightslogisticRegression()API name:logistic_regressionvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupAggregateOutputDeserializer(DelegatingDeserializer<AggregateOutput.Builder> op)WeightsweightedMode()API name:weighted_modeWeightsweightedSum()API name:weighted_sumMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forAggregateOutput
-
-
Constructor Details
-
AggregateOutput
-
AggregateOutput
public AggregateOutput(java.util.function.Function<AggregateOutput.Builder,AggregateOutput.Builder> fn)
-
-
Method Details
-
logisticRegression
API name:logistic_regression -
weightedSum
API name:weighted_sum -
weightedMode
API name:weighted_mode -
exponent
API name:exponent -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupAggregateOutputDeserializer
protected static void setupAggregateOutputDeserializer(DelegatingDeserializer<AggregateOutput.Builder> op)
-