Class: Aws::Types::MLSyntheticDataParameters
- Inherits:
-
Object
- Object
- Aws::Types::MLSyntheticDataParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_classification ⇒ Types::ColumnClassificationDetails
Returns the value of attribute column_classification.
-
#epsilon ⇒ ::Float
Returns the value of attribute epsilon.
-
#max_membership_inference_attack_score ⇒ ::Float
Returns the value of attribute max_membership_inference_attack_score.
Instance Attribute Details
#column_classification ⇒ Types::ColumnClassificationDetails
Returns the value of attribute column_classification.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def column_classification @column_classification end |
#epsilon ⇒ ::Float
Returns the value of attribute epsilon.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def epsilon @epsilon end |
#max_membership_inference_attack_score ⇒ ::Float
Returns the value of attribute max_membership_inference_attack_score.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def max_membership_inference_attack_score @max_membership_inference_attack_score end |