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 SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetMemoryStatsRequest,GetMemoryStatsResponse, ErrorResponse> Endpoint "ml.get_memory_stats".
- 
Method SummaryMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTEndpoint "ml.get_memory_stats".
 
- 
- 
Method Details- 
ofpublic static GetMemoryStatsRequest of(Function<GetMemoryStatsRequest.Builder, ObjectBuilder<GetMemoryStatsRequest>> fn) 
- 
masterTimeoutPeriod 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
- 
nodeIdThe names of particular nodes in the cluster to target. For example,nodeId1,nodeId2orml:trueAPI name: node_id
- 
timeoutPeriod to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name: timeout
 
-