Class: Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::NumericalStatsResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Result of the numerical stats computation.

Instance Attribute Summary collapse

Instance Attribute Details

#max_value::Google::Cloud::Dlp::V2::Value

Returns Maximum value appearing in the column.

Returns:



1614
1615
1616
1617
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1614

class NumericalStatsResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min_value::Google::Cloud::Dlp::V2::Value

Returns Minimum value appearing in the column.

Returns:



1614
1615
1616
1617
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1614

class NumericalStatsResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#quantile_values::Array<::Google::Cloud::Dlp::V2::Value>

Returns List of 99 values that partition the set of field values into 100 equal sized buckets.

Returns:



1614
1615
1616
1617
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1614

class NumericalStatsResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end