Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::PrivacyMetric::NumericalStatsConfig.
Compute numerical stats over an individual column, including min, max, and quantiles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field
def field() -> ::Google::Cloud::Dlp::V2::FieldId
Returns
- (::Google::Cloud::Dlp::V2::FieldId) — Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.
#field=
def field=(value) -> ::Google::Cloud::Dlp::V2::FieldId
Parameter
- value (::Google::Cloud::Dlp::V2::FieldId) — Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.
Returns
- (::Google::Cloud::Dlp::V2::FieldId) — Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.