Class: Aws::Types::RecommenderSchemaField
- Inherits:
-
Object
- Object
- Aws::Types::RecommenderSchemaField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "STRING", "NUMBER"
Returns the value of attribute content_type.
-
#feature_type ⇒ "TEXTUAL", "CATEGORICAL"
Returns the value of attribute feature_type.
-
#target_field_name ⇒ ::String
Returns the value of attribute target_field_name.
Instance Attribute Details
#content_type ⇒ "STRING", "NUMBER"
Returns the value of attribute content_type.
2474 2475 2476 |
# File 'sig/types.rbs', line 2474 def content_type @content_type end |
#feature_type ⇒ "TEXTUAL", "CATEGORICAL"
Returns the value of attribute feature_type.
2475 2476 2477 |
# File 'sig/types.rbs', line 2475 def feature_type @feature_type end |
#target_field_name ⇒ ::String
Returns the value of attribute target_field_name.
2473 2474 2475 |
# File 'sig/types.rbs', line 2473 def target_field_name @target_field_name end |