Skip to content

[9.0][DOCS] Renames ML get usage info APIs back to get stats #4302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 20 additions & 8 deletions output/schema/schema-serverless.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Id } from '@_types/common'
import { integer } from '@_types/Numeric'

/**
* Get data frame analytics jobs usage info.
* Get data frame analytics job stats.
* @rest_spec_name ml.get_data_frame_analytics_stats
* @availability stack since=7.3.0 stability=stable
* @availability serverless stability=stable visibility=public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base'
import { Ids } from '@_types/common'

/**
* Get datafeeds usage info.
* 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
Expand Down
2 changes: 1 addition & 1 deletion specification/ml/get_job_stats/MlGetJobStatsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base'
import { Id } from '@_types/common'

/**
* Get anomaly detection jobs usage info.
* Get anomaly detection job stats.
* @rest_spec_name ml.get_job_stats
* @availability stack since=5.5.0 stability=stable
* @availability serverless stability=stable visibility=public
Expand Down