Class NumericalStatsResult (2.0.1)

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

Result of the numerical stats computation.

Attributes

NameDescription
min_value `.dlp.Value`
Minimum value appearing in the column.
max_value `.dlp.Value`
Maximum value appearing in the column.
quantile_values Sequence[`.dlp.Value`]
List of 99 values that partition the set of field values into 100 equal sized buckets.

Inheritance

builtins.object > proto.message.Message > NumericalStatsResult