Class: Google::Cloud::Dlp::V2::PrivacyMetric::NumericalStatsConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::PrivacyMetric::NumericalStatsConfig
 
 
- 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
- 
  
    
      #field  ⇒ ::Google::Cloud::Dlp::V2::FieldId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Field to compute numerical stats on.
 
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.
      1577 1578 1579 1580  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1577 class NumericalStatsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |