Interface DatasetDistributionDistributionBucket

Dataset bucket used to create a histogram for the distribution given a population of values.

interface DatasetDistributionDistributionBucket {
    count?: string;
    left?: number;
    right?: number;
}

Properties

Properties

count?: string

Output only. Number of values in the bucket.

left?: number

Output only. Left bound of the bucket.

right?: number

Output only. Right bound of the bucket.