Skip to content
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

[DOCS] Edit machine learning summaries #3299

Merged
merged 2 commits into from
Dec 17, 2024
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
8 changes: 4 additions & 4 deletions output/openapi/elasticsearch-openapi.json

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

11 changes: 6 additions & 5 deletions output/schema/schema.json

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

4 changes: 2 additions & 2 deletions specification/ml/info/MlInfoRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
import { RequestBase } from '@_types/Base'

/**
* Return ML defaults and limits.
* Returns defaults and limits used by machine learning.
* Get machine learning information.
* Get defaults and limits used by machine learning.
* This endpoint is designed to be used by a user interface that needs to fully
* understand machine learning configurations where some options are not
* specified, meaning that the defaults should be used. This endpoint may be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ import { Detector } from '@ml/_types/Detector'
import { RequestBase } from '@_types/Base'

/**
* Validate an anomaly detection job.
* @rest_spec_name ml.validate_detector
* @availability stack since=5.4.0 stability=stable visibility=private
* @availability serverless stability=stable visibility=private
* @doc_tag ml anomaly
*/
export interface Request extends RequestBase {
/** @codegen_name detector */
Expand Down
Loading