@@ -1234,11 +1234,6 @@ async def delete_data_frame_analytics(self, id, params=None, headers=None):
12341234
12351235 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/delete-dfanalytics.html>`_
12361236
1237- .. warning::
1238-
1239- This API is **beta** so may include breaking changes
1240- or be removed in a future version
1241-
12421237 :arg id: The ID of the data frame analytics to delete
12431238 :arg force: True if the job should be forcefully deleted
12441239 :arg timeout: Controls the time to wait until a job is deleted.
@@ -1261,11 +1256,6 @@ async def evaluate_data_frame(self, body, params=None, headers=None):
12611256
12621257 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/evaluate-dfanalytics.html>`_
12631258
1264- .. warning::
1265-
1266- This API is **beta** so may include breaking changes
1267- or be removed in a future version
1268-
12691259 :arg body: The evaluation definition
12701260 """
12711261 if body in SKIP_IN_PATH :
@@ -1286,11 +1276,6 @@ async def get_data_frame_analytics(self, id=None, params=None, headers=None):
12861276
12871277 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/get-dfanalytics.html>`_
12881278
1289- .. warning::
1290-
1291- This API is **beta** so may include breaking changes
1292- or be removed in a future version
1293-
12941279 :arg id: The ID of the data frame analytics to fetch
12951280 :arg allow_no_match: Whether to ignore if a wildcard expression
12961281 matches no data frame analytics. (This includes `_all` string or when no
@@ -1319,11 +1304,6 @@ async def get_data_frame_analytics_stats(self, id=None, params=None, headers=Non
13191304
13201305 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/get-dfanalytics-stats.html>`_
13211306
1322- .. warning::
1323-
1324- This API is **beta** so may include breaking changes
1325- or be removed in a future version
1326-
13271307 :arg id: The ID of the data frame analytics stats to fetch
13281308 :arg allow_no_match: Whether to ignore if a wildcard expression
13291309 matches no data frame analytics. (This includes `_all` string or when no
@@ -1351,11 +1331,6 @@ async def put_data_frame_analytics(self, id, body, params=None, headers=None):
13511331
13521332 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/put-dfanalytics.html>`_
13531333
1354- .. warning::
1355-
1356- This API is **beta** so may include breaking changes
1357- or be removed in a future version
1358-
13591334 :arg id: The ID of the data frame analytics to create
13601335 :arg body: The data frame analytics configuration
13611336 """
@@ -1380,11 +1355,6 @@ async def start_data_frame_analytics(
13801355
13811356 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/start-dfanalytics.html>`_
13821357
1383- .. warning::
1384-
1385- This API is **beta** so may include breaking changes
1386- or be removed in a future version
1387-
13881358 :arg id: The ID of the data frame analytics to start
13891359 :arg body: The start data frame analytics parameters
13901360 :arg timeout: Controls the time to wait until the task has
@@ -1408,11 +1378,6 @@ async def stop_data_frame_analytics(self, id, body=None, params=None, headers=No
14081378
14091379 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/stop-dfanalytics.html>`_
14101380
1411- .. warning::
1412-
1413- This API is **beta** so may include breaking changes
1414- or be removed in a future version
1415-
14161381 :arg id: The ID of the data frame analytics to stop
14171382 :arg body: The stop data frame analytics parameters
14181383 :arg allow_no_match: Whether to ignore if a wildcard expression
@@ -1442,11 +1407,6 @@ async def delete_trained_model(self, model_id, params=None, headers=None):
14421407
14431408 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/delete-trained-models.html>`_
14441409
1445- .. warning::
1446-
1447- This API is **beta** so may include breaking changes
1448- or be removed in a future version
1449-
14501410 :arg model_id: The ID of the trained model to delete
14511411 """
14521412 if model_id in SKIP_IN_PATH :
@@ -1468,11 +1428,6 @@ async def explain_data_frame_analytics(
14681428
14691429 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/explain-dfanalytics.html>`_
14701430
1471- .. warning::
1472-
1473- This API is **beta** so may include breaking changes
1474- or be removed in a future version
1475-
14761431 :arg body: The data frame analytics config to explain
14771432 :arg id: The ID of the data frame analytics to explain
14781433 """
@@ -1500,11 +1455,6 @@ async def get_trained_models(self, model_id=None, params=None, headers=None):
15001455
15011456 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/get-trained-models.html>`_
15021457
1503- .. warning::
1504-
1505- This API is **beta** so may include breaking changes
1506- or be removed in a future version
1507-
15081458 :arg model_id: The ID of the trained models to fetch
15091459 :arg allow_no_match: Whether to ignore if a wildcard expression
15101460 matches no trained models. (This includes `_all` string or when no
@@ -1544,11 +1494,6 @@ async def get_trained_models_stats(self, model_id=None, params=None, headers=Non
15441494
15451495 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/get-trained-models-stats.html>`_
15461496
1547- .. warning::
1548-
1549- This API is **beta** so may include breaking changes
1550- or be removed in a future version
1551-
15521497 :arg model_id: The ID of the trained models stats to fetch
15531498 :arg allow_no_match: Whether to ignore if a wildcard expression
15541499 matches no trained models. (This includes `_all` string or when no
@@ -1575,11 +1520,6 @@ async def put_trained_model(self, model_id, body, params=None, headers=None):
15751520
15761521 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/put-trained-models.html>`_
15771522
1578- .. warning::
1579-
1580- This API is **beta** so may include breaking changes
1581- or be removed in a future version
1582-
15831523 :arg model_id: The ID of the trained models to store
15841524 :arg body: The trained model configuration
15851525 """
@@ -1623,11 +1563,6 @@ async def update_data_frame_analytics(self, id, body, params=None, headers=None)
16231563
16241564 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/update-dfanalytics.html>`_
16251565
1626- .. warning::
1627-
1628- This API is **beta** so may include breaking changes
1629- or be removed in a future version
1630-
16311566 :arg id: The ID of the data frame analytics to update
16321567 :arg body: The data frame analytics settings to update
16331568 """
@@ -1686,11 +1621,6 @@ async def delete_trained_model_alias(
16861621
16871622 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/delete-trained-models-aliases.html>`_
16881623
1689- .. warning::
1690-
1691- This API is **beta** so may include breaking changes
1692- or be removed in a future version
1693-
16941624 :arg model_id: The trained model where the model alias is
16951625 assigned
16961626 :arg model_alias: The trained model alias to delete
@@ -1715,11 +1645,6 @@ async def preview_data_frame_analytics(
17151645
17161646 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/preview-dfanalytics.html>`_
17171647
1718- .. warning::
1719-
1720- This API is **beta** so may include breaking changes
1721- or be removed in a future version
1722-
17231648 :arg body: The data frame analytics config to preview
17241649 :arg id: The ID of the data frame analytics to preview
17251650 """
@@ -1741,11 +1666,6 @@ async def put_trained_model_alias(
17411666
17421667 `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/put-trained-models-aliases.html>`_
17431668
1744- .. warning::
1745-
1746- This API is **beta** so may include breaking changes
1747- or be removed in a future version
1748-
17491669 :arg model_id: The trained model where the model alias should be
17501670 assigned
17511671 :arg model_alias: The trained model alias to update
0 commit comments