Skip to content

Commit

Permalink
[ML] Fixing missing daily_model_snapshot_retention_after_days in job …
Browse files Browse the repository at this point in the history
…update schema (#71086)
  • Loading branch information
jgowdyelastic authored Jul 8, 2020
1 parent ea7012e commit a861104
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const anomalyDetectionUpdateJobSchema = schema.object({
),
groups: schema.maybe(schema.arrayOf(schema.maybe(schema.string()))),
model_snapshot_retention_days: schema.maybe(schema.number()),
daily_model_snapshot_retention_after_days: schema.maybe(schema.number()),
});

export const analysisConfigSchema = schema.object({
Expand Down

0 comments on commit a861104

Please sign in to comment.