Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::NumericalStatsResult.
Result of the numerical stats computation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_value
def max_value() -> ::Google::Cloud::Dlp::V2::Value
    Returns
    
  - (::Google::Cloud::Dlp::V2::Value) — Maximum value appearing in the column.
#max_value=
def max_value=(value) -> ::Google::Cloud::Dlp::V2::Value
    Parameter
    
  - value (::Google::Cloud::Dlp::V2::Value) — Maximum value appearing in the column.
    Returns
    
  - (::Google::Cloud::Dlp::V2::Value) — Maximum value appearing in the column.
#min_value
def min_value() -> ::Google::Cloud::Dlp::V2::Value
    Returns
    
  - (::Google::Cloud::Dlp::V2::Value) — Minimum value appearing in the column.
#min_value=
def min_value=(value) -> ::Google::Cloud::Dlp::V2::Value
    Parameter
    
  - value (::Google::Cloud::Dlp::V2::Value) — Minimum value appearing in the column.
    Returns
    
  - (::Google::Cloud::Dlp::V2::Value) — Minimum value appearing in the column.
#quantile_values
def quantile_values() -> ::Array<::Google::Cloud::Dlp::V2::Value>
    Returns
    
  - (::Array<::Google::Cloud::Dlp::V2::Value>) — List of 99 values that partition the set of field values into 100 equal sized buckets.
#quantile_values=
def quantile_values=(value) -> ::Array<::Google::Cloud::Dlp::V2::Value>
    Parameter
    
  - value (::Array<::Google::Cloud::Dlp::V2::Value>) — List of 99 values that partition the set of field values into 100 equal sized buckets.
    Returns
    
- (::Array<::Google::Cloud::Dlp::V2::Value>) — List of 99 values that partition the set of field values into 100 equal sized buckets.