diff --git a/elasticsearch/_async/client/ml.py b/elasticsearch/_async/client/ml.py index 517cb0b74..594dd8f09 100644 --- a/elasticsearch/_async/client/ml.py +++ b/elasticsearch/_async/client/ml.py @@ -1676,7 +1676,7 @@ async def get_data_frame_analytics_stats( """ .. raw:: html -

Get data frame analytics jobs usage info.

+

Get data frame analytics job stats.

``_ @@ -1744,7 +1744,7 @@ async def get_datafeed_stats( """ .. raw:: html -

Get datafeeds usage info. +

Get datafeed stats. You can get statistics for multiple datafeeds in a single API request by using a comma-separated list of datafeeds or a wildcard expression. You can get statistics for all datafeeds by using _all, by specifying * as the @@ -2033,7 +2033,7 @@ async def get_job_stats( """ .. raw:: html -

Get anomaly detection jobs usage info.

+

Get anomaly detection job stats.

``_ diff --git a/elasticsearch/_sync/client/ml.py b/elasticsearch/_sync/client/ml.py index 0b21fb264..7d2a632a9 100644 --- a/elasticsearch/_sync/client/ml.py +++ b/elasticsearch/_sync/client/ml.py @@ -1676,7 +1676,7 @@ def get_data_frame_analytics_stats( """ .. raw:: html -

Get data frame analytics jobs usage info.

+

Get data frame analytics job stats.

``_ @@ -1744,7 +1744,7 @@ def get_datafeed_stats( """ .. raw:: html -

Get datafeeds usage info. +

Get datafeed stats. You can get statistics for multiple datafeeds in a single API request by using a comma-separated list of datafeeds or a wildcard expression. You can get statistics for all datafeeds by using _all, by specifying * as the @@ -2033,7 +2033,7 @@ def get_job_stats( """ .. raw:: html -

Get anomaly detection jobs usage info.

+

Get anomaly detection job stats.

``_