Class: Aws::Types::FeaturizationMethod
- Inherits:
-
Object
- Object
- Aws::Types::FeaturizationMethod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#featurization_method_name ⇒ "filling"
Returns the value of attribute featurization_method_name.
-
#featurization_method_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute featurization_method_parameters.
Instance Attribute Details
#featurization_method_name ⇒ "filling"
Returns the value of attribute featurization_method_name.
765 766 767 |
# File 'sig/types.rbs', line 765 def featurization_method_name @featurization_method_name end |
#featurization_method_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute featurization_method_parameters.
766 767 768 |
# File 'sig/types.rbs', line 766 def featurization_method_parameters @featurization_method_parameters end |