mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
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.
15 lines
412 B
Text
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>>.
|