Skip to content

Commit 5c5a7d7

Browse files
committed
[DOCS] Edit machine learning summaries
1 parent fb25929 commit 5c5a7d7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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)