Class Weights
java.lang.Object
co.elastic.clients.elasticsearch.ml.put_trained_model.Weights
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Weights>Json deserializer forWeights
- 
Method SummaryModifier and TypeMethodDescriptionstatic Weightsvoidserialize(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 doubleweights()Required - API name:weights
- 
Field Details- 
_DESERIALIZERJson deserializer forWeights
 
- 
- 
Method Details- 
of
- 
weightspublic final double weights()Required - API name:weights
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupWeightsDeserializer
 
-