Skip to content

Commit d97d8fd

Browse files
Auto-generated API code (#2807)
1 parent 8473141 commit d97d8fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/reference.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8835,7 +8835,7 @@ be retrieved and then added to another cluster.
88358835

88368836
[discrete]
88378837
==== get_data_frame_analytics_stats
8838-
Get data frame analytics jobs usage info.
8838+
Get data frame analytics job stats.
88398839

88408840
{ref}/get-dfanalytics-stats.html[Endpoint documentation]
88418841
[source,ts]
@@ -8867,7 +8867,7 @@ there are no matches or only partial matches.
88678867

88688868
[discrete]
88698869
==== get_datafeed_stats
8870-
Get datafeeds usage info.
8870+
Get datafeeds stats.
88718871
You can get statistics for multiple datafeeds in a single API request by
88728872
using a list of datafeeds or a wildcard expression. You can
88738873
get statistics for all datafeeds by using `_all`, by specifying `*` as the
@@ -8991,7 +8991,7 @@ means it is unset and results are not limited to specific timestamps.
89918991

89928992
[discrete]
89938993
==== get_job_stats
8994-
Get anomaly detection jobs usage info.
8994+
Get anomaly detection job stats.
89958995

89968996
{ref}/ml-get-job-stats.html[Endpoint documentation]
89978997
[source,ts]

src/api/api/ml.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ export default class Ml {
988988
}
989989

990990
/**
991-
* Get data frame analytics jobs usage info.
991+
* Get data frame analytics job stats.
992992
* @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/8.17/get-dfanalytics-stats.html | Elasticsearch API documentation}
993993
*/
994994
async getDataFrameAnalyticsStats (this: That, params?: T.MlGetDataFrameAnalyticsStatsRequest | TB.MlGetDataFrameAnalyticsStatsRequest, options?: TransportRequestOptionsWithOutMeta): Promise<T.MlGetDataFrameAnalyticsStatsResponse>
@@ -1028,7 +1028,7 @@ export default class Ml {
10281028
}
10291029

10301030
/**
1031-
* 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.
1031+
* 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 `<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.
10321032
* @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/8.17/ml-get-datafeed-stats.html | Elasticsearch API documentation}
10331033
*/
10341034
async getDatafeedStats (this: That, params?: T.MlGetDatafeedStatsRequest | TB.MlGetDatafeedStatsRequest, options?: TransportRequestOptionsWithOutMeta): Promise<T.MlGetDatafeedStatsResponse>
@@ -1192,7 +1192,7 @@ export default class Ml {
11921192
}
11931193

11941194
/**
1195-
* Get anomaly detection jobs usage info.
1195+
* Get anomaly detection job stats.
11961196
* @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/8.17/ml-get-job-stats.html | Elasticsearch API documentation}
11971197
*/
11981198
async getJobStats (this: That, params?: T.MlGetJobStatsRequest | TB.MlGetJobStatsRequest, options?: TransportRequestOptionsWithOutMeta): Promise<T.MlGetJobStatsResponse>

0 commit comments

Comments
 (0)