@@ -1894,7 +1894,8 @@ public void setUpgradeModeAsync(SetUpgradeModeRequest request, RequestOptions op
1894
1894
* Creates a new Data Frame Analytics config
1895
1895
* <p>
1896
1896
* For additional info
1897
- * see <a href="https://www.TODO.com">PUT Data Frame Analytics documentation</a>
1897
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/put-dfanalytics.html">
1898
+ * PUT Data Frame Analytics documentation</a>
1898
1899
*
1899
1900
* @param request The {@link PutDataFrameAnalyticsRequest} containing the
1900
1901
* {@link org.elasticsearch.client.ml.dataframe.DataFrameAnalyticsConfig}
@@ -1916,7 +1917,8 @@ public PutDataFrameAnalyticsResponse putDataFrameAnalytics(PutDataFrameAnalytics
1916
1917
* Creates a new Data Frame Analytics config asynchronously and notifies listener upon completion
1917
1918
* <p>
1918
1919
* For additional info
1919
- * see <a href="https://www.TODO.com">PUT Data Frame Analytics documentation</a>
1920
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/put-dfanalytics.html">
1921
+ * PUT Data Frame Analytics documentation</a>
1920
1922
*
1921
1923
* @param request The {@link PutDataFrameAnalyticsRequest} containing the
1922
1924
* {@link org.elasticsearch.client.ml.dataframe.DataFrameAnalyticsConfig}
@@ -1937,7 +1939,8 @@ public void putDataFrameAnalyticsAsync(PutDataFrameAnalyticsRequest request, Req
1937
1939
* Gets a single or multiple Data Frame Analytics configs
1938
1940
* <p>
1939
1941
* For additional info
1940
- * see <a href="https://www.TODO.com">GET Data Frame Analytics documentation</a>
1942
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics.html">
1943
+ * GET Data Frame Analytics documentation</a>
1941
1944
*
1942
1945
* @param request The {@link GetDataFrameAnalyticsRequest}
1943
1946
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@@ -1957,7 +1960,8 @@ public GetDataFrameAnalyticsResponse getDataFrameAnalytics(GetDataFrameAnalytics
1957
1960
* Gets a single or multiple Data Frame Analytics configs asynchronously and notifies listener upon completion
1958
1961
* <p>
1959
1962
* For additional info
1960
- * see <a href="https://www.TODO.com">GET Data Frame Analytics documentation</a>
1963
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics.html">
1964
+ * GET Data Frame Analytics documentation</a>
1961
1965
*
1962
1966
* @param request The {@link GetDataFrameAnalyticsRequest}
1963
1967
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@@ -1977,7 +1981,8 @@ public void getDataFrameAnalyticsAsync(GetDataFrameAnalyticsRequest request, Req
1977
1981
* Gets the running statistics of a Data Frame Analytics
1978
1982
* <p>
1979
1983
* For additional info
1980
- * see <a href="https://www.TODO.com">GET Data Frame Analytics Stats documentation</a>
1984
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html">
1985
+ * GET Data Frame Analytics Stats documentation</a>
1981
1986
*
1982
1987
* @param request The {@link GetDataFrameAnalyticsStatsRequest}
1983
1988
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@@ -1996,7 +2001,8 @@ public GetDataFrameAnalyticsStatsResponse getDataFrameAnalyticsStats(GetDataFram
1996
2001
* Gets the running statistics of a Data Frame Analytics asynchronously and notifies listener upon completion
1997
2002
* <p>
1998
2003
* For additional info
1999
- * see <a href="https://www.TODO.com">GET Data Frame Analytics Stats documentation</a>
2004
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html">
2005
+ * GET Data Frame Analytics Stats documentation</a>
2000
2006
*
2001
2007
* @param request The {@link GetDataFrameAnalyticsStatsRequest}
2002
2008
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@@ -2016,7 +2022,8 @@ public void getDataFrameAnalyticsStatsAsync(GetDataFrameAnalyticsStatsRequest re
2016
2022
* Starts Data Frame Analytics
2017
2023
* <p>
2018
2024
* For additional info
2019
- * see <a href="https://www.TODO.com">Start Data Frame Analytics documentation</a>
2025
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/start-dfanalytics.html">
2026
+ * Start Data Frame Analytics documentation</a>
2020
2027
*
2021
2028
* @param request The {@link StartDataFrameAnalyticsRequest}
2022
2029
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@@ -2036,7 +2043,8 @@ public AcknowledgedResponse startDataFrameAnalytics(StartDataFrameAnalyticsReque
2036
2043
* Starts Data Frame Analytics asynchronously and notifies listener upon completion
2037
2044
* <p>
2038
2045
* For additional info
2039
- * see <a href="https://www.TODO.com">Start Data Frame Analytics documentation</a>
2046
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/start-dfanalytics.html">
2047
+ * Start Data Frame Analytics documentation</a>
2040
2048
*
2041
2049
* @param request The {@link StartDataFrameAnalyticsRequest}
2042
2050
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@@ -2056,7 +2064,8 @@ public void startDataFrameAnalyticsAsync(StartDataFrameAnalyticsRequest request,
2056
2064
* Stops Data Frame Analytics
2057
2065
* <p>
2058
2066
* For additional info
2059
- * see <a href="https://www.TODO.com">Stop Data Frame Analytics documentation</a>
2067
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/stop-dfanalytics.html">
2068
+ * Stop Data Frame Analytics documentation</a>
2060
2069
*
2061
2070
* @param request The {@link StopDataFrameAnalyticsRequest}
2062
2071
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@@ -2076,7 +2085,8 @@ public StopDataFrameAnalyticsResponse stopDataFrameAnalytics(StopDataFrameAnalyt
2076
2085
* Stops Data Frame Analytics asynchronously and notifies listener upon completion
2077
2086
* <p>
2078
2087
* For additional info
2079
- * see <a href="https://www.TODO.com">Stop Data Frame Analytics documentation</a>
2088
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/stop-dfanalytics.html">
2089
+ * Stop Data Frame Analytics documentation</a>
2080
2090
*
2081
2091
* @param request The {@link StopDataFrameAnalyticsRequest}
2082
2092
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@@ -2096,7 +2106,8 @@ public void stopDataFrameAnalyticsAsync(StopDataFrameAnalyticsRequest request, R
2096
2106
* Deletes the given Data Frame Analytics config
2097
2107
* <p>
2098
2108
* For additional info
2099
- * see <a href="https://www.TODO.com">DELETE Data Frame Analytics documentation</a>
2109
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-dfanalytics.html">
2110
+ * DELETE Data Frame Analytics documentation</a>
2100
2111
*
2101
2112
* @param request The {@link DeleteDataFrameAnalyticsRequest}
2102
2113
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@@ -2116,7 +2127,8 @@ public AcknowledgedResponse deleteDataFrameAnalytics(DeleteDataFrameAnalyticsReq
2116
2127
* Deletes the given Data Frame Analytics config asynchronously and notifies listener upon completion
2117
2128
* <p>
2118
2129
* For additional info
2119
- * see <a href="https://www.TODO.com">DELETE Data Frame Analytics documentation</a>
2130
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-dfanalytics.html">
2131
+ * DELETE Data Frame Analytics documentation</a>
2120
2132
*
2121
2133
* @param request The {@link DeleteDataFrameAnalyticsRequest}
2122
2134
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@@ -2136,7 +2148,8 @@ public void deleteDataFrameAnalyticsAsync(DeleteDataFrameAnalyticsRequest reques
2136
2148
* Evaluates the given Data Frame
2137
2149
* <p>
2138
2150
* For additional info
2139
- * see <a href="https://www.TODO.com">Evaluate Data Frame documentation</a>
2151
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/evaluate-dfanalytics.html">
2152
+ * Evaluate Data Frame documentation</a>
2140
2153
*
2141
2154
* @param request The {@link EvaluateDataFrameRequest}
2142
2155
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
@@ -2156,7 +2169,8 @@ public EvaluateDataFrameResponse evaluateDataFrame(EvaluateDataFrameRequest requ
2156
2169
* Evaluates the given Data Frame asynchronously and notifies listener upon completion
2157
2170
* <p>
2158
2171
* For additional info
2159
- * see <a href="https://www.TODO.com">Evaluate Data Frame documentation</a>
2172
+ * see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/evaluate-dfanalytics.html">
2173
+ * Evaluate Data Frame documentation</a>
2160
2174
*
2161
2175
* @param request The {@link EvaluateDataFrameRequest}
2162
2176
* @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized
0 commit comments