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.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def column_classification @column_classification end |
#epsilon ⇒ ::Float
Returns the value of attribute epsilon.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def epsilon @epsilon end |
#max_membership_inference_attack_score ⇒ ::Float
Returns the value of attribute max_membership_inference_attack_score.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def max_membership_inference_attack_score @max_membership_inference_attack_score end |