OpenSearch/docs/reference/ml
Benjamin Trent c8374dc9f3
[ML] add max_model_memory parameter to forecast request (#57254) (#57355)
This adds a max_model_memory setting to forecast requests. 
This setting can take a string value that is formatted according to byte sizes (i.e. "50mb", "150mb").

The default value is `20mb`.

There is a HARD limit at `500mb` which will throw an error if used.

If the limit is larger than 40% the anomaly job's configured model limit, the forecast limit is reduced to be strictly lower than that value. This reduction is logged and audited.

related native change: https://github.com/elastic/ml-cpp/pull/1238

closes: https://github.com/elastic/elasticsearch/issues/56420
2020-05-29 11:16:08 -04:00
..
anomaly-detection [ML] add max_model_memory parameter to forecast request (#57254) (#57355) 2020-05-29 11:16:08 -04:00
df-analytics/apis [DOCS] Puts a link into the loss_function variable description (#56678) 2020-05-28 09:46:11 +02:00
images [DOCS] Updates categorization examples with wizard screenshots (#51133) 2020-01-22 11:28:17 -08:00
ml-shared.asciidoc [DOCS] Clarify model snapshot retention properties (#56477) 2020-05-11 07:43:10 -07:00