Skip to content

Commit 5bb20a2

Browse files
szabostevegithub-actions[bot]
authored andcommitted
Marks job_type in anomaly job config as a private parameter (#5287)
* Marks job_type in anomaly job config as private. * Edits. (cherry picked from commit 1978d33)
1 parent ae6590f commit 5bb20a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specification/ml/_types/Job.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ export class JobConfig {
242242
job_id?: Id
243243
/**
244244
* Reserved for future use, currently set to `anomaly_detector`.
245+
* @availability stack visibility=private
246+
* @availability serverless visibility=private
245247
*/
246248
job_type?: string
247249
/**

0 commit comments

Comments
 (0)