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.
3163 3164 3165 |
# File 'sig/types.rbs', line 3163 def column_name @column_name end |
#column_type ⇒ "CATEGORICAL", "NUMERICAL"
Returns the value of attribute column_type.
3164 3165 3166 |
# File 'sig/types.rbs', line 3164 def column_type @column_type end |
#is_predictive_value ⇒ Boolean
Returns the value of attribute is_predictive_value.
3165 3166 3167 |
# File 'sig/types.rbs', line 3165 def is_predictive_value @is_predictive_value end |