Class: Aws::Types::VariableImpactExplanation
- Inherits:
-
Object
- Object
- Aws::Types::VariableImpactExplanation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_variable_name ⇒ ::String
Returns the value of attribute event_variable_name.
-
#log_odds_impact ⇒ ::Float
Returns the value of attribute log_odds_impact.
-
#relative_impact ⇒ ::String
Returns the value of attribute relative_impact.
Instance Attribute Details
#event_variable_name ⇒ ::String
Returns the value of attribute event_variable_name.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def event_variable_name @event_variable_name end |
#log_odds_impact ⇒ ::Float
Returns the value of attribute log_odds_impact.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def log_odds_impact @log_odds_impact end |
#relative_impact ⇒ ::String
Returns the value of attribute relative_impact.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def relative_impact @relative_impact end |