Class AggregateOutput
java.lang.Object
co.elastic.clients.elasticsearch.ml.put_trained_model.AggregateOutput
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class AggregateOutput extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description Weightsexponent()API name:exponentWeightslogisticRegression()API name:logistic_regressionstatic AggregateOutputof(java.util.function.Function<AggregateOutput.Builder,ObjectBuilder<AggregateOutput>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupAggregateOutputDeserializer(ObjectDeserializer<AggregateOutput.Builder> op)java.lang.StringtoString()WeightsweightedMode()API name:weighted_modeWeightsweightedSum()API name:weighted_sumMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forAggregateOutput
-
-
Method Details
-
of
public static AggregateOutput of(java.util.function.Function<AggregateOutput.Builder,ObjectBuilder<AggregateOutput>> fn) -
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
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupAggregateOutputDeserializer
protected static void setupAggregateOutputDeserializer(ObjectDeserializer<AggregateOutput.Builder> op)
-