mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
5db9982f71
* [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
32 lines
775 B
Plaintext
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[]
|