Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::NumericalStatsResult (v1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
defmax_value()->::Google::Cloud::Dlp::V2::Value
Returns
- (::Google::Cloud::Dlp::V2::Value) — Maximum value appearing in the column.
#max_value=
defmax_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
defmin_value()->::Google::Cloud::Dlp::V2::Value
Returns
- (::Google::Cloud::Dlp::V2::Value) — Minimum value appearing in the column.
#min_value=
defmin_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
defquantile_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=
defquantile_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.