Skip to content

Commit e461096

Browse files
Auto-generated API code (#2804)
1 parent e041b3a commit e461096

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
@@ -9858,7 +9858,7 @@ be retrieved and then added to another cluster.
98589858

98599859
[discrete]
98609860
==== get_data_frame_analytics_stats
9861-
Get data frame analytics jobs usage info.
9861+
Get data frame analytics job stats.
98629862

98639863
{ref}/get-dfanalytics-stats.html[Endpoint documentation]
98649864
[source,ts]
@@ -9890,7 +9890,7 @@ there are no matches or only partial matches.
98909890

98919891
[discrete]
98929892
==== get_datafeed_stats
9893-
Get datafeeds usage info.
9893+
Get datafeed stats.
98949894
You can get statistics for multiple datafeeds in a single API request by
98959895
using a list of datafeeds or a wildcard expression. You can
98969896
get statistics for all datafeeds by using `_all`, by specifying `*` as the
@@ -10014,7 +10014,7 @@ means it is unset and results are not limited to specific timestamps.
1001410014

1001510015
[discrete]
1001610016
==== get_job_stats
10017-
Get anomaly detection jobs usage info.
10017+
Get anomaly detection job stats.
1001810018

1001910019
{ref}/ml-get-job-stats.html[Endpoint documentation]
1002010020
[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.x/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 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.
10321032
* @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/8.x/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.x/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)