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.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def column_name @column_name end |
#column_type ⇒ "CATEGORICAL", "NUMERICAL"
Returns the value of attribute column_type.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def column_type @column_type end |
#is_predictive_value ⇒ Boolean
Returns the value of attribute is_predictive_value.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def is_predictive_value @is_predictive_value end |