Class: Google::Cloud::Dlp::V2::PrivacyMetric::NumericalStatsConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Compute numerical stats over an individual column, including min, max, and quantiles.

Instance Attribute Summary collapse

Instance Attribute Details

#field::Google::Cloud::Dlp::V2::FieldId

Returns Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.

Returns:



1534
1535
1536
1537
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1534

class NumericalStatsConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end