From d7b31fcfc739ba3ea38989894b1fbf93efd699e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Wed, 24 Feb 2021 20:29:24 +0100 Subject: [PATCH] [DOCS] Expands inference conceptual with a note about aliases. (#1593) (#1594) --- docs/en/stack/ml/df-analytics/ml-inference.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/stack/ml/df-analytics/ml-inference.asciidoc b/docs/en/stack/ml/df-analytics/ml-inference.asciidoc index e5198604a..ecfe070d7 100644 --- a/docs/en/stack/ml/df-analytics/ml-inference.asciidoc +++ b/docs/en/stack/ml/df-analytics/ml-inference.asciidoc @@ -50,3 +50,11 @@ Check the {ref}/search-aggregations-pipeline-inference-bucket-aggregation.html[{infer} bucket aggregation] and {ref}/ml-df-analytics-apis.html[the {ml} {dfanalytics} API documentation] to learn more about the feature. + +NOTE: If you use trained model aliases to reference your trained model in an +{infer} processor or {infer} aggregation, you can replace your trained model +with a new one without the need of updating the processor or the aggregation. +Reassign the alias you used to a new trained model ID by using the +{ref}/put-trained-models-aliases.html[Create or update trained model aliases API]. +The new trained model needs to use the same type of {dfanalytics} as the old +one. \ No newline at end of file