elasticsearch/docs/reference/ml
Dimitris Athanasiou 14a63ac115
[ML] Improve reporting of trained model size stats (#82000)
This improves reporting of trained model size in the response of the stats API.

In particular, it removes the `model_size_bytes` from the `deployment_stats` section and
replaces it with a top-level `model_size_stats` object that contains:

- `model_size_bytes`: the actual model size
- `required_native_memory_bytes`: the amount of memory required to load a model

In addition, these are now reported for PyTorch models regardless of their deployment state.
2021-12-22 18:20:47 +02:00
..
anomaly-detection [ML] Set default value of 30 days for model prune window (#81377) 2021-12-20 11:27:30 +00:00
df-analytics/apis [DOCS] Move trained model APIs out of dataframe analytics (#81315) 2021-12-03 09:21:09 -08:00
images [DOCS] Adds anomaly job health alert type docs (#76659) 2021-08-30 16:11:34 +02:00
trained-models/apis [ML] Improve reporting of trained model size stats (#82000) 2021-12-22 18:20:47 +02:00
ml-shared.asciidoc [ML] Set default value of 30 days for model prune window (#81377) 2021-12-20 11:27:30 +00:00