mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[DOCS] Require job to have explicit data_description (elastic/x-pack-elasticsearch#1445)
* [DOCS] Require job to have explicit data_description * [DOCS] Fix typo in put-job.asciidoc Original commit: elastic/x-pack-elasticsearch@e7fbbff7eb
This commit is contained in:
parent
cc167467aa
commit
ea2214e5ce
@ -25,9 +25,9 @@ The create job API enables you to instantiate a job.
|
||||
`analysis_limits`::
|
||||
Optionally specifies runtime limits for the job. See <<ml-apilimits,analysis limits>>.
|
||||
|
||||
`data_description`::
|
||||
(object) Describes the format of the input data.
|
||||
See <<ml-datadescription,data description objects>>.
|
||||
`data_description` (required)::
|
||||
(object) Describes the format of the input data. This object is required, but
|
||||
it can be empty (`{}`). See <<ml-datadescription,data description objects>>.
|
||||
|
||||
`description`::
|
||||
(string) An optional description of the job.
|
||||
|
Loading…
x
Reference in New Issue
Block a user