mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[ML] cleanup + adding description field to transforms (#41554)
* [ML] cleanup + adding description field to transforms * making description length have a max of 1k
This commit is contained in:
parent
f48ddd53fd
commit
06bc25e447
28 changed files with 290 additions and 63 deletions
|
@ -20,8 +20,8 @@ A +{request}+ takes a single argument: a valid data frame transform config.
|
|||
--------------------------------------------------
|
||||
include-tagged::{doc-tests-file}[{api}-request]
|
||||
--------------------------------------------------
|
||||
<1> The transform Id may be null for the preview
|
||||
<2> The destination may be null for the preview
|
||||
<1> The source config from which the data should be gathered
|
||||
<2> The pivot config used to transform the data
|
||||
<3> The configuration of the {dataframe-job} to preview
|
||||
|
||||
include::../execution.asciidoc[]
|
||||
|
|
|
@ -35,6 +35,7 @@ include-tagged::{doc-tests-file}[{api}-config]
|
|||
<2> The source indices and query from which to gather data
|
||||
<3> The destination index
|
||||
<4> The PivotConfig
|
||||
<5> Optional free text description of the transform
|
||||
|
||||
[id="{upid}-{api}-query-config"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue