Benjamin Trent 5db9982f71
[7.x] [ML][Data Frame] Add update transform api endpoint (#45154) (#45279)
* [ML][Data Frame] Add update transform api endpoint (#45154)

This adds the ability to `_update` stored data frame transforms. All mutable fields are applied when the next checkpoint starts. The exception being `description`.

This PR contains all that is necessary for this addition:
* HLRC
* Docs
* Server side
2019-08-07 10:37:35 -05:00

32 lines
775 B
Plaintext

[role="xpack"]
[testenv="basic"]
[[data-frame-apis]]
== {dataframe-transform-cap} APIs
See also {stack-ov}/ml-dataframes.html[{dataframe-transforms-cap}].
* <<put-data-frame-transform>>
* <<update-data-frame-transform>>
* <<delete-data-frame-transform>>
* <<get-data-frame-transform>>
* <<get-data-frame-transform-stats>>
* <<preview-data-frame-transform>>
* <<start-data-frame-transform>>
* <<stop-data-frame-transform>>
//CREATE
include::put-transform.asciidoc[]
//UPDATE
include::update-transform.asciidoc[]
//DELETE
include::delete-transform.asciidoc[]
//GET
include::get-transform.asciidoc[]
include::get-transform-stats.asciidoc[]
//PREVIEW
include::preview-transform.asciidoc[]
//START
include::start-transform.asciidoc[]
//STOP
include::stop-transform.asciidoc[]