@@ -1234,11 +1234,6 @@ async def delete_data_frame_analytics(self, id, params=None, headers=None):
1234
1234
1235
1235
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/delete-dfanalytics.html>`_
1236
1236
1237
- .. warning::
1238
-
1239
- This API is **beta** so may include breaking changes
1240
- or be removed in a future version
1241
-
1242
1237
:arg id: The ID of the data frame analytics to delete
1243
1238
:arg force: True if the job should be forcefully deleted
1244
1239
: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):
1261
1256
1262
1257
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/evaluate-dfanalytics.html>`_
1263
1258
1264
- .. warning::
1265
-
1266
- This API is **beta** so may include breaking changes
1267
- or be removed in a future version
1268
-
1269
1259
:arg body: The evaluation definition
1270
1260
"""
1271
1261
if body in SKIP_IN_PATH :
@@ -1286,11 +1276,6 @@ async def get_data_frame_analytics(self, id=None, params=None, headers=None):
1286
1276
1287
1277
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/get-dfanalytics.html>`_
1288
1278
1289
- .. warning::
1290
-
1291
- This API is **beta** so may include breaking changes
1292
- or be removed in a future version
1293
-
1294
1279
:arg id: The ID of the data frame analytics to fetch
1295
1280
:arg allow_no_match: Whether to ignore if a wildcard expression
1296
1281
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
1319
1304
1320
1305
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/get-dfanalytics-stats.html>`_
1321
1306
1322
- .. warning::
1323
-
1324
- This API is **beta** so may include breaking changes
1325
- or be removed in a future version
1326
-
1327
1307
:arg id: The ID of the data frame analytics stats to fetch
1328
1308
:arg allow_no_match: Whether to ignore if a wildcard expression
1329
1309
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):
1351
1331
1352
1332
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/put-dfanalytics.html>`_
1353
1333
1354
- .. warning::
1355
-
1356
- This API is **beta** so may include breaking changes
1357
- or be removed in a future version
1358
-
1359
1334
:arg id: The ID of the data frame analytics to create
1360
1335
:arg body: The data frame analytics configuration
1361
1336
"""
@@ -1380,11 +1355,6 @@ async def start_data_frame_analytics(
1380
1355
1381
1356
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/start-dfanalytics.html>`_
1382
1357
1383
- .. warning::
1384
-
1385
- This API is **beta** so may include breaking changes
1386
- or be removed in a future version
1387
-
1388
1358
:arg id: The ID of the data frame analytics to start
1389
1359
:arg body: The start data frame analytics parameters
1390
1360
: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
1408
1378
1409
1379
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/stop-dfanalytics.html>`_
1410
1380
1411
- .. warning::
1412
-
1413
- This API is **beta** so may include breaking changes
1414
- or be removed in a future version
1415
-
1416
1381
:arg id: The ID of the data frame analytics to stop
1417
1382
:arg body: The stop data frame analytics parameters
1418
1383
: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):
1442
1407
1443
1408
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/delete-trained-models.html>`_
1444
1409
1445
- .. warning::
1446
-
1447
- This API is **beta** so may include breaking changes
1448
- or be removed in a future version
1449
-
1450
1410
:arg model_id: The ID of the trained model to delete
1451
1411
"""
1452
1412
if model_id in SKIP_IN_PATH :
@@ -1468,11 +1428,6 @@ async def explain_data_frame_analytics(
1468
1428
1469
1429
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/explain-dfanalytics.html>`_
1470
1430
1471
- .. warning::
1472
-
1473
- This API is **beta** so may include breaking changes
1474
- or be removed in a future version
1475
-
1476
1431
:arg body: The data frame analytics config to explain
1477
1432
:arg id: The ID of the data frame analytics to explain
1478
1433
"""
@@ -1500,11 +1455,6 @@ async def get_trained_models(self, model_id=None, params=None, headers=None):
1500
1455
1501
1456
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/get-trained-models.html>`_
1502
1457
1503
- .. warning::
1504
-
1505
- This API is **beta** so may include breaking changes
1506
- or be removed in a future version
1507
-
1508
1458
:arg model_id: The ID of the trained models to fetch
1509
1459
:arg allow_no_match: Whether to ignore if a wildcard expression
1510
1460
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
1544
1494
1545
1495
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/get-trained-models-stats.html>`_
1546
1496
1547
- .. warning::
1548
-
1549
- This API is **beta** so may include breaking changes
1550
- or be removed in a future version
1551
-
1552
1497
:arg model_id: The ID of the trained models stats to fetch
1553
1498
:arg allow_no_match: Whether to ignore if a wildcard expression
1554
1499
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):
1575
1520
1576
1521
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/put-trained-models.html>`_
1577
1522
1578
- .. warning::
1579
-
1580
- This API is **beta** so may include breaking changes
1581
- or be removed in a future version
1582
-
1583
1523
:arg model_id: The ID of the trained models to store
1584
1524
:arg body: The trained model configuration
1585
1525
"""
@@ -1623,11 +1563,6 @@ async def update_data_frame_analytics(self, id, body, params=None, headers=None)
1623
1563
1624
1564
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/update-dfanalytics.html>`_
1625
1565
1626
- .. warning::
1627
-
1628
- This API is **beta** so may include breaking changes
1629
- or be removed in a future version
1630
-
1631
1566
:arg id: The ID of the data frame analytics to update
1632
1567
:arg body: The data frame analytics settings to update
1633
1568
"""
@@ -1686,11 +1621,6 @@ async def delete_trained_model_alias(
1686
1621
1687
1622
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/delete-trained-models-aliases.html>`_
1688
1623
1689
- .. warning::
1690
-
1691
- This API is **beta** so may include breaking changes
1692
- or be removed in a future version
1693
-
1694
1624
:arg model_id: The trained model where the model alias is
1695
1625
assigned
1696
1626
:arg model_alias: The trained model alias to delete
@@ -1715,11 +1645,6 @@ async def preview_data_frame_analytics(
1715
1645
1716
1646
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/preview-dfanalytics.html>`_
1717
1647
1718
- .. warning::
1719
-
1720
- This API is **beta** so may include breaking changes
1721
- or be removed in a future version
1722
-
1723
1648
:arg body: The data frame analytics config to preview
1724
1649
:arg id: The ID of the data frame analytics to preview
1725
1650
"""
@@ -1741,11 +1666,6 @@ async def put_trained_model_alias(
1741
1666
1742
1667
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.x/put-trained-models-aliases.html>`_
1743
1668
1744
- .. warning::
1745
-
1746
- This API is **beta** so may include breaking changes
1747
- or be removed in a future version
1748
-
1749
1669
:arg model_id: The trained model where the model alias should be
1750
1670
assigned
1751
1671
:arg model_alias: The trained model alias to update
0 commit comments