Class: Aws::CleanRooms::Types::DifferentialPrivacyPrivacyBudget
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DifferentialPrivacyPrivacyBudget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Specifies the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations available.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregations ⇒ Array<Types::DifferentialPrivacyPrivacyBudgetAggregation>
This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.
-
#epsilon ⇒ Integer
The epsilon value that you configured.
Instance Attribute Details
#aggregations ⇒ Array<Types::DifferentialPrivacyPrivacyBudgetAggregation>
This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.
3393 3394 3395 3396 3397 3398 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3393 class DifferentialPrivacyPrivacyBudget < Struct.new( :aggregations, :epsilon) SENSITIVE = [] include Aws::Structure end |
#epsilon ⇒ Integer
The epsilon value that you configured.
3393 3394 3395 3396 3397 3398 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3393 class DifferentialPrivacyPrivacyBudget < Struct.new( :aggregations, :epsilon) SENSITIVE = [] include Aws::Structure end |