[DOCS] Fix model_plot_config in ML create job API (elastic/x-pack-elasticsearch#2316)

Original commit: elastic/x-pack-elasticsearch@2ef32e52cd
This commit is contained in:
Lisa Cawley 2017-08-18 14:59:25 -07:00 committed by lcawley
parent 17b4720df7
commit 702c192c35
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ The create job API enables you to instantiate a job.
`groups`:: `groups`::
(array of strings) A list of job groups. See <<ml-job-resource>>. (array of strings) A list of job groups. See <<ml-job-resource>>.
`model_plot`:: `model_plot_config`::
(object) Advanced configuration option. Specifies to store model information (object) Advanced configuration option. Specifies to store model information
along with the results. This adds overhead to the performance of the system along with the results. This adds overhead to the performance of the system
and is not feasible for jobs with many entities, see <<ml-apimodelplotconfig>>. and is not feasible for jobs with many entities, see <<ml-apimodelplotconfig>>.