Class: Aws::CleanRooms::Types::DifferentialPrivacyPreviewAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DifferentialPrivacyPreviewAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Provides an estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_count ⇒ Integer
The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
-
#type ⇒ String
The type of aggregation function.
Instance Attribute Details
#max_count ⇒ Integer
The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
3350 3351 3352 3353 3354 3355 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3350 class DifferentialPrivacyPreviewAggregation < Struct.new( :type, :max_count) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of aggregation function.
3350 3351 3352 3353 3354 3355 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3350 class DifferentialPrivacyPreviewAggregation < Struct.new( :type, :max_count) SENSITIVE = [] include Aws::Structure end |