NumericalStatsResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Result of the numerical stats computation. .. attribute:: min_value
Minimum value appearing in the column.
Attributes |
|
---|---|
Name | Description |
max_value |
google.cloud.dlp_v2.types.Value
Maximum value appearing in the column. |
quantile_values |
Sequence[google.cloud.dlp_v2.types.Value]
List of 99 values that partition the set of field values into 100 equal sized buckets. |