File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1671,7 +1671,7 @@ async def get_data_frame_analytics_stats(
1671
1671
"""
1672
1672
.. raw:: html
1673
1673
1674
- <p>Get data frame analytics jobs usage info .</p>
1674
+ <p>Get data frame analytics job stats .</p>
1675
1675
1676
1676
1677
1677
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/get-dfanalytics-stats.html>`_
@@ -1739,7 +1739,7 @@ async def get_datafeed_stats(
1739
1739
"""
1740
1740
.. raw:: html
1741
1741
1742
- <p>Get datafeeds usage info .
1742
+ <p>Get datafeeds stats .
1743
1743
You can get statistics for multiple datafeeds in a single API request by
1744
1744
using a comma-separated list of datafeeds or a wildcard expression. You can
1745
1745
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(
2028
2028
"""
2029
2029
.. raw:: html
2030
2030
2031
- <p>Get anomaly detection jobs usage info .</p>
2031
+ <p>Get anomaly detection job stats .</p>
2032
2032
2033
2033
2034
2034
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/ml-get-job-stats.html>`_
Original file line number Diff line number Diff line change @@ -1671,7 +1671,7 @@ def get_data_frame_analytics_stats(
1671
1671
"""
1672
1672
.. raw:: html
1673
1673
1674
- <p>Get data frame analytics jobs usage info .</p>
1674
+ <p>Get data frame analytics job stats .</p>
1675
1675
1676
1676
1677
1677
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/get-dfanalytics-stats.html>`_
@@ -1739,7 +1739,7 @@ def get_datafeed_stats(
1739
1739
"""
1740
1740
.. raw:: html
1741
1741
1742
- <p>Get datafeeds usage info .
1742
+ <p>Get datafeeds stats .
1743
1743
You can get statistics for multiple datafeeds in a single API request by
1744
1744
using a comma-separated list of datafeeds or a wildcard expression. You can
1745
1745
get statistics for all datafeeds by using <code>_all</code>, by specifying <code>*</code> as the
@@ -2028,7 +2028,7 @@ def get_job_stats(
2028
2028
"""
2029
2029
.. raw:: html
2030
2030
2031
- <p>Get anomaly detection jobs usage info .</p>
2031
+ <p>Get anomaly detection job stats .</p>
2032
2032
2033
2033
2034
2034
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/ml-get-job-stats.html>`_
You can’t perform that action at this time.
0 commit comments