From 3137e13946b44082da1b3c3cbf8f7814f192debf Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Mon, 28 Apr 2025 06:04:08 +0000 Subject: [PATCH] Auto-generated API code --- elasticsearch/_async/client/ml.py | 6 +++--- elasticsearch/_sync/client/ml.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/elasticsearch/_async/client/ml.py b/elasticsearch/_async/client/ml.py index 19c52e649..4f6dfd095 100644 --- a/elasticsearch/_async/client/ml.py +++ b/elasticsearch/_async/client/ml.py @@ -1671,7 +1671,7 @@ async def get_data_frame_analytics_stats( """ .. raw:: html -

Get data frame analytics jobs usage info.

+

Get data frame analytics job stats.

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

Get datafeeds usage info. +

Get datafeeds 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 @@ -2028,7 +2028,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 6202d05f6..f158cc648 100644 --- a/elasticsearch/_sync/client/ml.py +++ b/elasticsearch/_sync/client/ml.py @@ -1671,7 +1671,7 @@ def get_data_frame_analytics_stats( """ .. raw:: html -

Get data frame analytics jobs usage info.

+

Get data frame analytics job stats.

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

Get datafeeds usage info. +

Get datafeeds 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 @@ -2028,7 +2028,7 @@ def get_job_stats( """ .. raw:: html -

Get anomaly detection jobs usage info.

+

Get anomaly detection job stats.

``_