Skip to content

Commit

Permalink
[DOCS] Edit machine learning summaries (#3299)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6d26d93)
  • Loading branch information
lcawl authored and github-actions[bot] committed Dec 17, 2024
1 parent 2f823ff commit 8f37313
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
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

0 comments on commit 8f37313

Please sign in to comment.