Class: Aws::Types::TextClassificationJobConfig
- Inherits:
-
Object
- Object
- Aws::Types::TextClassificationJobConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
-
#content_column ⇒ ::String
Returns the value of attribute content_column.
-
#target_label_column ⇒ ::String
Returns the value of attribute target_label_column.
Instance Attribute Details
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
11293 11294 11295 |
# File 'sig/types.rbs', line 11293 def completion_criteria @completion_criteria end |
#content_column ⇒ ::String
Returns the value of attribute content_column.
11294 11295 11296 |
# File 'sig/types.rbs', line 11294 def content_column @content_column end |
#target_label_column ⇒ ::String
Returns the value of attribute target_label_column.
11295 11296 11297 |
# File 'sig/types.rbs', line 11295 def target_label_column @target_label_column end |