Class: Google::Privacy::Dlp::V2::AnalyzeDataSourceRiskDetails::NumericalStatsResult
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::AnalyzeDataSourceRiskDetails::NumericalStatsResult
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Result of the numerical stats computation.
Instance Attribute Summary collapse
- 
  
    
      #max_value  ⇒ Google::Privacy::Dlp::V2::Value 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Maximum value appearing in the column.
 - 
  
    
      #min_value  ⇒ Google::Privacy::Dlp::V2::Value 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Minimum value appearing in the column.
 - 
  
    
      #quantile_values  ⇒ Array<Google::Privacy::Dlp::V2::Value> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of 99 values that partition the set of field values into 100 equal sized buckets.
 
Instance Attribute Details
#max_value ⇒ Google::Privacy::Dlp::V2::Value
Returns Maximum value appearing in the column.
      834  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 834 class NumericalStatsResult; end  | 
  
#min_value ⇒ Google::Privacy::Dlp::V2::Value
Returns Minimum value appearing in the column.
      834  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 834 class NumericalStatsResult; end  | 
  
#quantile_values ⇒ Array<Google::Privacy::Dlp::V2::Value>
Returns List of 99 values that partition the set of field values into 100 equal sized buckets.
      834  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 834 class NumericalStatsResult; end  |