Class NumericalStatsResult (3.1.1)

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

Result of the numerical stats computation. .. attribute:: min_value

Minimum value appearing in the column.

:type: google.cloud.dlp_v2.types.Value

Attributes

NameDescription
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.