Class: Aws::Types::LogOddsMetric
- Inherits:
-
Object
- Object
- Aws::Types::LogOddsMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#variable_importance ⇒ ::Float
Returns the value of attribute variable_importance.
-
#variable_name ⇒ ::String
Returns the value of attribute variable_name.
-
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
Instance Attribute Details
#variable_importance ⇒ ::Float
Returns the value of attribute variable_importance.
973 974 975 |
# File 'sig/types.rbs', line 973 def variable_importance @variable_importance end |
#variable_name ⇒ ::String
Returns the value of attribute variable_name.
971 972 973 |
# File 'sig/types.rbs', line 971 def variable_name @variable_name end |
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
972 973 974 |
# File 'sig/types.rbs', line 972 def variable_type @variable_type end |