Class DatasetBucket (1.49.0)

DatasetBucket(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
count float
Output only. Number of values in the bucket.
left float
Output only. Left bound of the bucket.
right float
Output only. Right bound of the bucket.

Methods

DatasetBucket

DatasetBucket(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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