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