mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[ML][Data Frame] Add optional defer_validation param to PUT (#44455)
* [ML][Data Frame] Add optional defer_validation param to PUT * addressing PR comments * reverting bad replace * addressing pr comments * Update put-transform.asciidoc * Update put-transform.asciidoc * Update put-transform.asciidoc
This commit is contained in:
parent
73f8f1f46f
commit
a9cc0e1520
20 changed files with 321 additions and 122 deletions
|
@ -20,6 +20,10 @@ A +{request}+ requires the following argument:
|
|||
include-tagged::{doc-tests-file}[{api}-request]
|
||||
--------------------------------------------------
|
||||
<1> The configuration of the {dataframe-transform} to create
|
||||
<2> Whether or not to wait to run deferrable validations until `_start` is called.
|
||||
This option should be used with care as the created {dataframe-transform} will run
|
||||
with the privileges of the user creating it. Meaning, if they do not have privileges,
|
||||
such an error will not be visible until `_start` is called.
|
||||
|
||||
[id="{upid}-{api}-config"]
|
||||
==== Data Frame Transform Configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue