[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:
Benjamin Trent 2019-04-26 14:41:05 -05:00 committed by GitHub
parent f48ddd53fd
commit 06bc25e447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 290 additions and 63 deletions

View file

@ -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[]

View file

@ -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"]