Skip to content

Commit 4e5423c

Browse files
Add summary and tag to ml.validate (#3391) (#3435)
(cherry picked from commit 024f6ff) Co-authored-by: Lisa Cawley <[email protected]>
1 parent 9500138 commit 4e5423c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specification/ml/validate/MlValidateJobRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ import { Id, IndexName } from '@_types/common'
2525
import { long } from '@_types/Numeric'
2626

2727
/**
28+
* Validate an anomaly detection job.
2829
* @rest_spec_name ml.validate
2930
* @availability stack since=6.3.0 stability=stable visibility=private
3031
* @availability serverless stability=stable visibility=private
32+
* @doc_tag ml anomaly
3133
*/
3234
export interface Request extends RequestBase {
3335
body: {

0 commit comments

Comments
 (0)