Class: Aws::Types::Featurization
- Inherits:
-
Object
- Object
- Aws::Types::Featurization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#featurization_pipeline ⇒ ::Array[Types::FeaturizationMethod]
Returns the value of attribute featurization_pipeline.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
752 753 754 |
# File 'sig/types.rbs', line 752 def attribute_name @attribute_name end |
#featurization_pipeline ⇒ ::Array[Types::FeaturizationMethod]
Returns the value of attribute featurization_pipeline.
753 754 755 |
# File 'sig/types.rbs', line 753 def featurization_pipeline @featurization_pipeline end |