From 702c192c35807004b74c90508109c87fb98e796d Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Fri, 18 Aug 2017 14:59:25 -0700 Subject: [PATCH] [DOCS] Fix model_plot_config in ML create job API (elastic/x-pack-elasticsearch#2316) Original commit: elastic/x-pack-elasticsearch@2ef32e52cdfd90f253ebd18e238349d699c34d51 --- docs/en/rest-api/ml/put-job.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/rest-api/ml/put-job.asciidoc b/docs/en/rest-api/ml/put-job.asciidoc index 52538a890e0..631f4437adb 100644 --- a/docs/en/rest-api/ml/put-job.asciidoc +++ b/docs/en/rest-api/ml/put-job.asciidoc @@ -44,7 +44,7 @@ The create job API enables you to instantiate a job. `groups`:: (array of strings) A list of job groups. See <>. -`model_plot`:: +`model_plot_config`:: (object) Advanced configuration option. Specifies to store model information along with the results. This adds overhead to the performance of the system and is not feasible for jobs with many entities, see <>.