Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 991 Bytes

File metadata and controls

25 lines (19 loc) · 991 Bytes

SearchEventsRareDevicePercentileBucket Enum

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.

This Smart Signal is currently in beta and only available to select customers. If you are interested, please contact our support team.

Values

Name Value Description
P95 '<p95'
P95_P99 'p95-p99'
P99_P99_5 'p99-p99.5'
P99_5_P99_9 'p99.5-p99.9'
P99_9 'p99.9+'
NOT_SEEN 'not_seen'

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