Skip to content

Commit b483e43

Browse files
Marks job_type in anomaly job config as a private parameter (#5287) (#5290)
* Marks job_type in anomaly job config as private. * Edits. (cherry picked from commit 1978d33) Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent e194c70 commit b483e43

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)