Class: Aws::Types::MembershipInferenceAttackScore
- Inherits:
-
Object
- Object
- Aws::Types::MembershipInferenceAttackScore
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attack_version ⇒ "DISTANCE_TO_CLOSEST_RECORD_V1"
Returns the value of attribute attack_version.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#attack_version ⇒ "DISTANCE_TO_CLOSEST_RECORD_V1"
Returns the value of attribute attack_version.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def attack_version @attack_version end |
#score ⇒ ::Float
Returns the value of attribute score.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def score @score end |