Class: Aws::Types::DifferentialPrivacyPreviewParametersInput
- Inherits:
-
Object
- Object
- Aws::Types::DifferentialPrivacyPreviewParametersInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#epsilon ⇒ ::Integer
Returns the value of attribute epsilon.
-
#users_noise_per_query ⇒ ::Integer
Returns the value of attribute users_noise_per_query.
Instance Attribute Details
#epsilon ⇒ ::Integer
Returns the value of attribute epsilon.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def epsilon @epsilon end |
#users_noise_per_query ⇒ ::Integer
Returns the value of attribute users_noise_per_query.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def users_noise_per_query @users_noise_per_query end |