Class NumericalStatsResult (3.9.1)

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

Result of the numerical stats computation.

Attributes

NameDescription
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 Sequence[google.cloud.dlp_v2.types.Value]
List of 99 values that partition the set of field values into 100 equal sized buckets.

Inheritance

builtins.object > proto.message.Message > NumericalStatsResult