Class: Aws::Types::AggregatedVariablesImpactExplanation
- Inherits:
-
Object
- Object
- Aws::Types::AggregatedVariablesImpactExplanation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_variable_names ⇒ ::Array[::String]
Returns the value of attribute event_variable_names.
-
#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_names ⇒ ::Array[::String]
Returns the value of attribute event_variable_names.
42 43 44 |
# File 'sig/types.rbs', line 42 def event_variable_names @event_variable_names end |
#log_odds_impact ⇒ ::Float
Returns the value of attribute log_odds_impact.
44 45 46 |
# File 'sig/types.rbs', line 44 def log_odds_impact @log_odds_impact end |
#relative_impact ⇒ ::String
Returns the value of attribute relative_impact.
43 44 45 |
# File 'sig/types.rbs', line 43 def relative_impact @relative_impact end |