Class GetMemoryStatsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.GetMemoryStatsRequest
Get machine learning memory usage info. Get information about how machine
learning jobs and trained models are using memory, on each node, both within
the JVM heap, and natively, outside of the JVM.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetMemoryStatsRequest,GetMemoryStatsResponse, ErrorResponse> Endpoint "ml.get_memory_stats". -
Method Summary
Modifier and TypeMethodDescriptionfinal Booleanhuman()Specify this query parameter to include the fields with units in the response.final TimePeriod to wait for a connection to the master node.final StringnodeId()The names of particular nodes in the cluster to target.static GetMemoryStatsRequestfinal Timetimeout()Period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "ml.get_memory_stats".
-
-
Method Details
-
of
public static GetMemoryStatsRequest of(Function<GetMemoryStatsRequest.Builder, ObjectBuilder<GetMemoryStatsRequest>> fn) -
human
Specify this query parameter to include the fields with units in the response. Otherwise only the_in_bytessizes are returned in the response.API name:
human -
masterTimeout
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout -
nodeId
The names of particular nodes in the cluster to target. For example,nodeId1,nodeId2orml:trueAPI name:
node_id -
timeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout
-