API generation

This commit is contained in:
delvedor
2019-11-25 17:04:37 +01:00
parent e8aebeef57
commit c40eaab038
5 changed files with 41 additions and 21 deletions

View File

@ -6433,6 +6433,26 @@ link:{ref}/evaluate-dfanalytics.html[Reference]
|===
=== ml.explainDataFrameAnalytics
*Stability:* experimental
[source,ts]
----
client.ml.explainDataFrameAnalytics({
id: string,
body: object
})
----
link:{ref}/explain-dfanalytics.html[Reference]
[cols=2*]
|===
|`id`
|`string` - The ID of the data frame analytics to explain
|`body`
|`object` - The data frame analytics config to explain
|===
=== ml.findFileStructure
*Stability:* experimental
[source,ts]