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.
11301 11302 11303 |
# File 'sig/types.rbs', line 11301 def completion_criteria @completion_criteria end |
#content_column ⇒ ::String
Returns the value of attribute content_column.
11302 11303 11304 |
# File 'sig/types.rbs', line 11302 def content_column @content_column end |
#target_label_column ⇒ ::String
Returns the value of attribute target_label_column.
11303 11304 11305 |
# File 'sig/types.rbs', line 11303 def target_label_column @target_label_column end |