Skip to content

Commit 991e1c0

Browse files
lcawlgithub-actions[bot]
authored andcommitted
[DOCS] Edit machine learning summaries (#3299)
(cherry picked from commit 6d26d93)
1 parent a3b87cd commit 991e1c0

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ml/info/MlInfoRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import { RequestBase } from '@_types/Base'
2121

2222
/**
23-
* Return ML defaults and limits.
24-
* Returns defaults and limits used by machine learning.
23+
* Get machine learning information.
24+
* Get defaults and limits used by machine learning.
2525
* This endpoint is designed to be used by a user interface that needs to fully
2626
* understand machine learning configurations where some options are not
2727
* specified, meaning that the defaults should be used. This endpoint may be

specification/ml/validate_detector/MlValidateDetectorRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ import { Detector } from '@ml/_types/Detector'
2121
import { RequestBase } from '@_types/Base'
2222

2323
/**
24+
* Validate an anomaly detection job.
2425
* @rest_spec_name ml.validate_detector
2526
* @availability stack since=5.4.0 stability=stable visibility=private
2627
* @availability serverless stability=stable visibility=private
28+
* @doc_tag ml anomaly
2729
*/
2830
export interface Request extends RequestBase {
2931
/** @codegen_name detector */

0 commit comments

Comments
 (0)