Class: Google::Privacy::Dlp::V2::PrivacyMetric::CategoricalStatsConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Compute numerical stats over an individual column, including number of distinct values and value count distribution.

Instance Attribute Summary collapse

Instance Attribute Details

#fieldGoogle::Privacy::Dlp::V2::FieldId

Returns Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.

Returns:

  • (Google::Privacy::Dlp::V2::FieldId)

    Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.



744
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 744

class CategoricalStatsConfig; end