Auto-generated API code (#2803)

This commit is contained in:
Elastic Machine
2025-04-28 17:08:35 +02:00
committed by GitHub
parent f4f9264707
commit 8fcd953c8e
2 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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<T.MlGetDataFrameAnalyticsStatsResponse>
@ -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 `<feed_id>`, or by omitting the `<feed_id>`. 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 `<feed_id>`, or by omitting the `<feed_id>`. 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<T.MlGetDatafeedStatsResponse>
@ -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<T.MlGetJobStatsResponse>