Class GetMemoryStatsRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.GetMemoryStatsRequest

public class GetMemoryStatsRequest
extends RequestBase
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:
API specification
  • Field Details

  • Method Details

    • of

      public static GetMemoryStatsRequest of​(java.util.function.Function<GetMemoryStatsRequest.Builder,​ObjectBuilder<GetMemoryStatsRequest>> fn)
    • human

      @Nullable public final java.lang.Boolean human()
      Specify this query parameter to include the fields with units in the response. Otherwise only the _in_bytes sizes are returned in the response.

      API name: human

    • masterTimeout

      @Nullable public final Time 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

      @Nullable public final java.lang.String nodeId()
      The names of particular nodes in the cluster to target. For example, nodeId1,nodeId2 or ml:true

      API name: node_id

    • timeout

      @Nullable public final Time 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