Class: Aws::Types::SyntheticDataColumnProperties
- Inherits:
-
Object
- Object
- Aws::Types::SyntheticDataColumnProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#column_type ⇒ "CATEGORICAL", "NUMERICAL"
Returns the value of attribute column_type.
-
#is_predictive_value ⇒ Boolean
Returns the value of attribute is_predictive_value.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
3136 3137 3138 |
# File 'sig/types.rbs', line 3136 def column_name @column_name end |
#column_type ⇒ "CATEGORICAL", "NUMERICAL"
Returns the value of attribute column_type.
3137 3138 3139 |
# File 'sig/types.rbs', line 3137 def column_type @column_type end |
#is_predictive_value ⇒ Boolean
Returns the value of attribute is_predictive_value.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def is_predictive_value @is_predictive_value end |