Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 870 Bytes

File metadata and controls

21 lines (16 loc) · 870 Bytes

SearchEventsRareDevicePercentileBucket

Filter events by Device Rarity percentile bucket. <p95 - device configuration is in the bottom 95% (most common). p95-p99 - device is in the 95th to 99th percentile. p99-p99.5 - device is in the 99th to 99.5th percentile. p99.5-p99.9 - device is in the 99.5th to 99.9th percentile. p99.9+ - device is in the top 0.1% (rarest). not_seen - device configuration has never been observed before.

Enum

  • LESS_THAN_P95 (value: '<p95')
  • P95_MINUS_P99 (value: 'p95-p99')
  • P99_MINUS_P99_DOT_5 (value: 'p99-p99.5')
  • P99_DOT_5_MINUS_P99_DOT_9 (value: 'p99.5-p99.9')
  • P99_DOT_9_PLUS (value: 'p99.9+')
  • NOT_SEEN (value: 'not_seen')

[Back to Model list] [Back to API list] [Back to README]