Skip to content

Commit 47d9ca9

Browse files
committed
[DOCS] Adds the evaluate API endpoint base to the quick reference page. (#439)
This PR adds the evaluate API endpoint base to the API quick reference page.
1 parent 39292d9 commit 47d9ca9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/en/stack/ml/df-analytics/api-quickref.asciidoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
[[ml-dfanalytics-apis]]
33
== API quick reference
44

5-
With the exception of the evaluation API, all {dfanalytics} endpoints have the
6-
following base:
5+
All {dfanalytics} endpoints have the following base:
76

87
[source,js]
98
----
109
/_ml/data_frame/analytics
1110
----
1211
// NOTCONSOLE
1312

13+
The evaluation API endpoint has the following base:
14+
15+
[source,js]
16+
----
17+
/_ml/data_frame/_evaluate
18+
----
19+
// NOTCONSOLE
1420

1521
* {ref}/put-dfanalytics.html[Create {dfanalytics-jobs}]
1622
* {ref}/delete-dfanalytics.html[Delete {dfanalytics-jobs}]

0 commit comments

Comments
 (0)