Skip to content

Commit

Permalink
Add summary and tag to ml.validate (#3391)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jan 6, 2025
1 parent 47075ba commit 024f6ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specification/ml/validate/MlValidateJobRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ import { Id, IndexName } from '@_types/common'
import { long } from '@_types/Numeric'

/**
* Validate an anomaly detection job.
* @rest_spec_name ml.validate
* @availability stack since=6.3.0 stability=stable visibility=private
* @availability serverless stability=stable visibility=private
* @doc_tag ml anomaly
*/
export interface Request extends RequestBase {
body: {
Expand Down

0 comments on commit 024f6ff

Please sign in to comment.