Class: Aws::CleanRooms::Types::DifferentialPrivacyPrivacyBudget
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRooms::Types::DifferentialPrivacyPrivacyBudget
 
- Defined in:
- gems/aws-sdk-cleanrooms/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.
| 4288 4289 4290 4291 4292 4293 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4288 class DifferentialPrivacyPrivacyBudget < Struct.new( :aggregations, :epsilon) SENSITIVE = [] include Aws::Structure end | 
#epsilon ⇒ Integer
The epsilon value that you configured.
| 4288 4289 4290 4291 4292 4293 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4288 class DifferentialPrivacyPrivacyBudget < Struct.new( :aggregations, :epsilon) SENSITIVE = [] include Aws::Structure end |