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 (elastic#71086)
  • Loading branch information
jgowdyelastic committed Jul 8, 2020
1 parent f861fe4 commit c1841ee
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 c1841ee

Please sign in to comment.