Skip to content

Commit 8fcd953

Browse files
Auto-generated API code (#2803)
1 parent f4f9264 commit 8fcd953

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/reference/api-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9189,7 +9189,7 @@ retrieval. This allows the configuration to be in an acceptable format to
91899189
be retrieved and then added to another cluster.
91909190

91919191
## client.ml.getDataFrameAnalyticsStats [_ml.get_data_frame_analytics_stats]
9192-
Get data frame analytics jobs usage info.
9192+
Get data frame analytics job stats.
91939193

91949194
[Endpoint documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-data-frame-analytics-stats)
91959195

@@ -9219,7 +9219,7 @@ there are no matches or only partial matches.
92199219
- **`verbose` (Optional, boolean)**: Defines whether the stats response should be verbose.
92209220

92219221
## client.ml.getDatafeedStats [_ml.get_datafeed_stats]
9222-
Get datafeeds usage info.
9222+
Get datafeed stats.
92239223
You can get statistics for multiple datafeeds in a single API request by
92249224
using a list of datafeeds or a wildcard expression. You can
92259225
get statistics for all datafeeds by using `_all`, by specifying `*` as the
@@ -9335,7 +9335,7 @@ influencers are sorted by the `influencer_score` value.
93359335
means it is unset and results are not limited to specific timestamps.
93369336

93379337
## client.ml.getJobStats [_ml.get_job_stats]
9338-
Get anomaly detection jobs usage info.
9338+
Get anomaly detection job stats.
93399339

93409340
[Endpoint documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-job-stats)
93419341

src/api/api/ml.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,7 +2230,7 @@ export default class Ml {
22302230
}
22312231

22322232
/**
2233-
* Get data frame analytics jobs usage info.
2233+
* Get data frame analytics job stats.
22342234
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-data-frame-analytics-stats | Elasticsearch API documentation}
22352235
*/
22362236
async getDataFrameAnalyticsStats (this: That, params?: T.MlGetDataFrameAnalyticsStatsRequest, options?: TransportRequestOptionsWithOutMeta): Promise<T.MlGetDataFrameAnalyticsStatsResponse>
@@ -2283,7 +2283,7 @@ export default class Ml {
22832283
}
22842284

22852285
/**
2286-
* 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.
2286+
* 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.
22872287
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-datafeed-stats | Elasticsearch API documentation}
22882288
*/
22892289
async getDatafeedStats (this: That, params?: T.MlGetDatafeedStatsRequest, options?: TransportRequestOptionsWithOutMeta): Promise<T.MlGetDatafeedStatsResponse>
@@ -2499,7 +2499,7 @@ export default class Ml {
24992499
}
25002500

25012501
/**
2502-
* Get anomaly detection jobs usage info.
2502+
* Get anomaly detection job stats.
25032503
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-ml-get-job-stats | Elasticsearch API documentation}
25042504
*/
25052505
async getJobStats (this: That, params?: T.MlGetJobStatsRequest, options?: TransportRequestOptionsWithOutMeta): Promise<T.MlGetJobStatsResponse>

0 commit comments

Comments
 (0)