Class EstimateModelMemoryResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.EstimateModelMemoryResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class EstimateModelMemoryResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<EstimateModelMemoryResponse>Json deserializer forEstimateModelMemoryResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - API name:model_memory_estimatestatic EstimateModelMemoryResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupEstimateModelMemoryResponseDeserializer(ObjectDeserializer<EstimateModelMemoryResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forEstimateModelMemoryResponse
-
-
Method Details
-
of
-
modelMemoryEstimate
Required - API name:model_memory_estimate -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupEstimateModelMemoryResponseDeserializer
protected static void setupEstimateModelMemoryResponseDeserializer(ObjectDeserializer<EstimateModelMemoryResponse.Builder> op)
-