Skip to content

Commit 051cdc7

Browse files
Auto-generated API code (#2943)
1 parent 1753579 commit 051cdc7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

elasticsearch/_async/client/ml.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ async def get_data_frame_analytics_stats(
16761676
"""
16771677
.. raw:: html
16781678
1679-
<p>Get data frame analytics jobs usage info.</p>
1679+
<p>Get data frame analytics job stats.</p>
16801680
16811681
16821682
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-data-frame-analytics-stats>`_
@@ -1744,7 +1744,7 @@ async def get_datafeed_stats(
17441744
"""
17451745
.. raw:: html
17461746
1747-
<p>Get datafeeds usage info.
1747+
<p>Get datafeed stats.
17481748
You can get statistics for multiple datafeeds in a single API request by
17491749
using a comma-separated list of datafeeds or a wildcard expression. You can
17501750
get statistics for all datafeeds by using <code>_all</code>, by specifying <code>*</code> as the
@@ -2033,7 +2033,7 @@ async def get_job_stats(
20332033
"""
20342034
.. raw:: html
20352035
2036-
<p>Get anomaly detection jobs usage info.</p>
2036+
<p>Get anomaly detection job stats.</p>
20372037
20382038
20392039
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-job-stats>`_

elasticsearch/_sync/client/ml.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ def get_data_frame_analytics_stats(
16761676
"""
16771677
.. raw:: html
16781678
1679-
<p>Get data frame analytics jobs usage info.</p>
1679+
<p>Get data frame analytics job stats.</p>
16801680
16811681
16821682
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-data-frame-analytics-stats>`_
@@ -1744,7 +1744,7 @@ def get_datafeed_stats(
17441744
"""
17451745
.. raw:: html
17461746
1747-
<p>Get datafeeds usage info.
1747+
<p>Get datafeed stats.
17481748
You can get statistics for multiple datafeeds in a single API request by
17491749
using a comma-separated list of datafeeds or a wildcard expression. You can
17501750
get statistics for all datafeeds by using <code>_all</code>, by specifying <code>*</code> as the
@@ -2033,7 +2033,7 @@ def get_job_stats(
20332033
"""
20342034
.. raw:: html
20352035
2036-
<p>Get anomaly detection jobs usage info.</p>
2036+
<p>Get anomaly detection job stats.</p>
20372037
20382038
20392039
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-job-stats>`_

0 commit comments

Comments
 (0)