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