Class: Aws::Types::DifferentialPrivacyTemplateParametersInput
- Inherits:
-
Object
- Object
- Aws::Types::DifferentialPrivacyTemplateParametersInput
- 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.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def epsilon @epsilon end |
#users_noise_per_query ⇒ ::Integer
Returns the value of attribute users_noise_per_query.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def users_noise_per_query @users_noise_per_query end |