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 @@ -1676,7 +1676,7 @@ async def get_data_frame_analytics_stats(
1676
1676
"""
1677
1677
.. raw:: html
1678
1678
1679
- <p>Get data frame analytics jobs usage info .</p>
1679
+ <p>Get data frame analytics job stats .</p>
1680
1680
1681
1681
1682
1682
`<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(
1744
1744
"""
1745
1745
.. raw:: html
1746
1746
1747
- <p>Get datafeeds usage info .
1747
+ <p>Get datafeed stats .
1748
1748
You can get statistics for multiple datafeeds in a single API request by
1749
1749
using a comma-separated list of datafeeds or a wildcard expression. You can
1750
1750
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(
2033
2033
"""
2034
2034
.. raw:: html
2035
2035
2036
- <p>Get anomaly detection jobs usage info .</p>
2036
+ <p>Get anomaly detection job stats .</p>
2037
2037
2038
2038
2039
2039
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-job-stats>`_
Original file line number Diff line number Diff line change @@ -1676,7 +1676,7 @@ def get_data_frame_analytics_stats(
1676
1676
"""
1677
1677
.. raw:: html
1678
1678
1679
- <p>Get data frame analytics jobs usage info .</p>
1679
+ <p>Get data frame analytics job stats .</p>
1680
1680
1681
1681
1682
1682
`<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(
1744
1744
"""
1745
1745
.. raw:: html
1746
1746
1747
- <p>Get datafeeds usage info .
1747
+ <p>Get datafeed stats .
1748
1748
You can get statistics for multiple datafeeds in a single API request by
1749
1749
using a comma-separated list of datafeeds or a wildcard expression. You can
1750
1750
get statistics for all datafeeds by using <code>_all</code>, by specifying <code>*</code> as the
@@ -2033,7 +2033,7 @@ def get_job_stats(
2033
2033
"""
2034
2034
.. raw:: html
2035
2035
2036
- <p>Get anomaly detection jobs usage info .</p>
2036
+ <p>Get anomaly detection job stats .</p>
2037
2037
2038
2038
2039
2039
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-job-stats>`_
You can’t perform that action at this time.
0 commit comments