int
The number of finite buckets. With the underflow and
overflow buckets, the total number of buckets is
num_finite_buckets + 2. See comments on
bucket_options for details.
width
float
The i'th linear bucket covers the interval [offset + (i-1)
\* width, offset + i \* width) where i ranges from 1 to
num_finite_buckets, inclusive. Must be strictly positive.
offset
float
The i'th linear bucket covers the interval [offset + (i-1)
\* width, offset + i \* width) where i ranges from 1 to
num_finite_buckets, inclusive.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-01 UTC."],[],[]]