Skip to content

Commit e132f12

Browse files
Auto-generated API code (#2942)
Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent 11f31aa commit e132f12

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
@@ -1671,7 +1671,7 @@ async def get_data_frame_analytics_stats(
16711671
"""
16721672
.. raw:: html
16731673
1674-
<p>Get data frame analytics jobs usage info.</p>
1674+
<p>Get data frame analytics job stats.</p>
16751675
16761676
16771677
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/get-dfanalytics-stats.html>`_
@@ -1739,7 +1739,7 @@ async def get_datafeed_stats(
17391739
"""
17401740
.. raw:: html
17411741
1742-
<p>Get datafeeds usage info.
1742+
<p>Get datafeeds stats.
17431743
You can get statistics for multiple datafeeds in a single API request by
17441744
using a comma-separated list of datafeeds or a wildcard expression. You can
17451745
get statistics for all datafeeds by using <code>_all</code>, by specifying <code>*</code> as the
@@ -2028,7 +2028,7 @@ async def get_job_stats(
20282028
"""
20292029
.. raw:: html
20302030
2031-
<p>Get anomaly detection jobs usage info.</p>
2031+
<p>Get anomaly detection job stats.</p>
20322032
20332033
20342034
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/ml-get-job-stats.html>`_

elasticsearch/_sync/client/ml.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ def get_data_frame_analytics_stats(
16711671
"""
16721672
.. raw:: html
16731673
1674-
<p>Get data frame analytics jobs usage info.</p>
1674+
<p>Get data frame analytics job stats.</p>
16751675
16761676
16771677
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/get-dfanalytics-stats.html>`_
@@ -1739,7 +1739,7 @@ def get_datafeed_stats(
17391739
"""
17401740
.. raw:: html
17411741
1742-
<p>Get datafeeds usage info.
1742+
<p>Get datafeeds stats.
17431743
You can get statistics for multiple datafeeds in a single API request by
17441744
using a comma-separated list of datafeeds or a wildcard expression. You can
17451745
get statistics for all datafeeds by using <code>_all</code>, by specifying <code>*</code> as the
@@ -2028,7 +2028,7 @@ def get_job_stats(
20282028
"""
20292029
.. raw:: html
20302030
2031-
<p>Get anomaly detection jobs usage info.</p>
2031+
<p>Get anomaly detection job stats.</p>
20322032
20332033
20342034
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/ml-get-job-stats.html>`_

0 commit comments

Comments
 (0)