Skip to content

Commit 05f8547

Browse files
committed
[DOCS] Adds inference API links to DFA API quick reference (elastic#1323)
1 parent fe5f19f commit 05f8547

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: docs/en/stack/ml/df-analytics/ml-dfanalytics-apis.asciidoc

+13-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,23 @@ The evaluation API endpoint has the following base:
1818
----
1919
// NOTCONSOLE
2020

21+
All the {infer} endpoints have the following base:
22+
23+
[source,js]
24+
----
25+
/_ml/inference/
26+
----
27+
// NOTCONSOLE
28+
29+
2130
* {ref}/put-dfanalytics.html[Create {dfanalytics-jobs}]
2231
* {ref}/delete-dfanalytics.html[Delete {dfanalytics-jobs}]
2332
* {ref}/get-dfanalytics.html[Get {dfanalytics-jobs} info]
2433
* {ref}/get-dfanalytics-stats.html[Get {dfanalytics-jobs} statistics]
2534
* {ref}/start-dfanalytics.html[Start {dfanalytics-jobs}]
2635
* {ref}/stop-dfanalytics.html[Stop {dfanalytics-jobs}]
2736
* {ref}/evaluate-dfanalytics.html[Evaluate {dfanalytics}]
28-
37+
* {ref}/put-inference.html[Create {infer} trained model]
38+
* {ref}/get-inference.html[Get {infer} trained model]
39+
* {ref}/get-inference-stats.html[Get {infer} trained model statistics]
40+
* {ref}/delete-inference.html[Delete {infer} trained model]

0 commit comments

Comments
 (0)