elasticsearch/docs/reference/ml/common/apis/ml-apis.asciidoc
David Roberts bf00ab381e
[ML] Add ML memory stats API (#83802)
Adds an API that can be used to find out how much memory ML
is permitted to use and is currently using on each node, both
within the JVM heap, and natively, outside of the JVM.
2022-02-17 09:19:14 +00:00

15 lines
412 B
Text

[role="xpack"]
[[ml-apis]]
= {ml-cap} APIs
You can use the following APIs to retrieve information related to the
{stack-ml-features}:
* <<get-ml-info,Get machine learning info>>
* <<get-ml-memory,Get machine learning memory stats>>
The following API is useful when you upgrade:
* <<ml-set-upgrade-mode,Set upgrade mode>>
See also <<ml-ad-apis>>, <<ml-df-analytics-apis>>, and <<ml-df-trained-models-apis>>.