Skip to content

Commit

Permalink
[ML] Updating analysis config schema (#82703) (#83258)
Browse files Browse the repository at this point in the history
* [ML] Updating analyss config schema

* better schema order
  • Loading branch information
jgowdyelastic committed Nov 12, 2020
1 parent e316601 commit 679645f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ export const analysisConfigSchema = schema.object({
detectors: schema.arrayOf(detectorSchema),
influencers: schema.arrayOf(schema.maybe(schema.string())),
categorization_field_name: schema.maybe(schema.string()),
categorization_analyzer: schema.maybe(schema.any()),
categorization_filters: schema.maybe(schema.arrayOf(schema.string())),
latency: schema.maybe(schema.number()),
multivariate_by_fields: schema.maybe(schema.boolean()),
per_partition_categorization: schema.maybe(
schema.object({
enabled: schema.boolean(),
Expand Down

0 comments on commit 679645f

Please sign in to comment.