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.
3421 3422 3423 3424 3425 3426 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3421 class DifferentialPrivacyPrivacyBudget < Struct.new( :aggregations, :epsilon) SENSITIVE = [] include Aws::Structure end |
#epsilon ⇒ Integer
The epsilon value that you configured.
3421 3422 3423 3424 3425 3426 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3421 class DifferentialPrivacyPrivacyBudget < Struct.new( :aggregations, :epsilon) SENSITIVE = [] include Aws::Structure end |