Class: Google::Apis::DlpV2::GooglePrivacyDlpV2beta1CategoricalStatsResult
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2beta1CategoricalStatsResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb
Overview
Result of the categorical stats computation.
Instance Attribute Summary collapse
-
#value_frequency_histogram_buckets ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2beta1CategoricalStatsHistogramBucket>
Histogram of value frequencies in the column.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1CategoricalStatsResult
constructor
A new instance of GooglePrivacyDlpV2beta1CategoricalStatsResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1CategoricalStatsResult
Returns a new instance of GooglePrivacyDlpV2beta1CategoricalStatsResult
4873 4874 4875 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4873 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value_frequency_histogram_buckets ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2beta1CategoricalStatsHistogramBucket>
Histogram of value frequencies in the column.
Corresponds to the JSON property valueFrequencyHistogramBuckets
4871 4872 4873 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4871 def value_frequency_histogram_buckets @value_frequency_histogram_buckets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4878 4879 4880 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4878 def update!(**args) @value_frequency_histogram_buckets = args[:value_frequency_histogram_buckets] if args.key?(:value_frequency_histogram_buckets) end |