Class AggregateOutput
java.lang.Object
co.elastic.clients.elasticsearch.ml.put_trained_model.AggregateOutput
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AggregateOutput>Json deserializer forAggregateOutput -
Method Summary
Modifier and TypeMethodDescriptionfinal Weightsexponent()API name:exponentfinal WeightsAPI name:logistic_regressionstatic AggregateOutputvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final WeightsAPI name:weighted_modefinal WeightsAPI name:weighted_sum
-
Field Details
-
_DESERIALIZER
Json deserializer forAggregateOutput
-
-
Method Details
-
of
public static AggregateOutput of(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
-
setupAggregateOutputDeserializer
protected static void setupAggregateOutputDeserializer(ObjectDeserializer<AggregateOutput.Builder> op)
-