From ce1020abc45479d654939ba3307632a8e40c04ff Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Mon, 28 Apr 2025 06:05:12 +0000 Subject: [PATCH] Auto-generated API code --- docs/reference/api-reference.md | 6 +++--- src/api/api/ml.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/api-reference.md b/docs/reference/api-reference.md index 68ca9f0ae..627c80ce9 100644 --- a/docs/reference/api-reference.md +++ b/docs/reference/api-reference.md @@ -9189,7 +9189,7 @@ retrieval. This allows the configuration to be in an acceptable format to be retrieved and then added to another cluster. ## client.ml.getDataFrameAnalyticsStats [_ml.get_data_frame_analytics_stats] -Get data frame analytics jobs usage info. +Get data frame analytics job stats. [Endpoint documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-data-frame-analytics-stats) @@ -9219,7 +9219,7 @@ there are no matches or only partial matches. - **`verbose` (Optional, boolean)**: Defines whether the stats response should be verbose. ## client.ml.getDatafeedStats [_ml.get_datafeed_stats] -Get datafeeds usage info. +Get datafeed stats. You can get statistics for multiple datafeeds in a single API request by using a list of datafeeds or a wildcard expression. You can get statistics for all datafeeds by using `_all`, by specifying `*` as the @@ -9335,7 +9335,7 @@ influencers are sorted by the `influencer_score` value. means it is unset and results are not limited to specific timestamps. ## client.ml.getJobStats [_ml.get_job_stats] -Get anomaly detection jobs usage info. +Get anomaly detection job stats. [Endpoint documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-job-stats) diff --git a/src/api/api/ml.ts b/src/api/api/ml.ts index 1853d60ee..d4ef76e64 100644 --- a/src/api/api/ml.ts +++ b/src/api/api/ml.ts @@ -2230,7 +2230,7 @@ export default class Ml { } /** - * Get data frame analytics jobs usage info. + * Get data frame analytics job stats. * @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-data-frame-analytics-stats | Elasticsearch API documentation} */ async getDataFrameAnalyticsStats (this: That, params?: T.MlGetDataFrameAnalyticsStatsRequest, options?: TransportRequestOptionsWithOutMeta): Promise @@ -2283,7 +2283,7 @@ export default class Ml { } /** - * Get datafeeds usage info. 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 ``, or by omitting the ``. If the datafeed is stopped, the only information you receive is the `datafeed_id` and the `state`. This API returns a maximum of 10,000 datafeeds. + * Get datafeed 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 ``, or by omitting the ``. If the datafeed is stopped, the only information you receive is the `datafeed_id` and the `state`. This API returns a maximum of 10,000 datafeeds. * @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-datafeed-stats | Elasticsearch API documentation} */ async getDatafeedStats (this: That, params?: T.MlGetDatafeedStatsRequest, options?: TransportRequestOptionsWithOutMeta): Promise @@ -2499,7 +2499,7 @@ export default class Ml { } /** - * Get anomaly detection jobs usage info. + * Get anomaly detection job stats. * @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-job-stats | Elasticsearch API documentation} */ async getJobStats (this: That, params?: T.MlGetJobStatsRequest, options?: TransportRequestOptionsWithOutMeta): Promise