[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:
parent
17b4720df7
commit
702c192c35
|
@ -44,7 +44,7 @@ The create job API enables you to instantiate a job.
|
|||
`groups`::
|
||||
(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
|
||||
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>>.
|
||||
|
|
Loading…
Reference in New Issue