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
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) -
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,nodeId2
orml:true
API 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
-