ThresholdBucketResult
@Serializable
@SerialName(value = "ThresholdBucketResult")
Per-bucket counts for a user-defined threshold list. For thresholds [t1, t2, ..., tK] (strictly increasing) the result holds K + 1 counts; bucket i contains t[i-1] < value <= t[i] with the open-ended ends value <= t[0] and value > t[K-1].
ThresholdBucketResult
counts
thresholds
Strictly increasing thresholds used to define the buckets.