Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 759 Bytes

File metadata and controls

16 lines (11 loc) · 759 Bytes

RareDevicePercentileBucket

The rarity percentile bucket of the device, indicating how uncommon the device configuration is compared to all observed devices.

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

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]