Class: Aws::Types::TaskConfig
- Inherits:
-
Object
- Object
- Aws::Types::TaskConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_classification_config ⇒ Types::DocumentClassificationConfig
Returns the value of attribute document_classification_config.
-
#entity_recognition_config ⇒ Types::EntityRecognitionConfig
Returns the value of attribute entity_recognition_config.
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
Instance Attribute Details
#document_classification_config ⇒ Types::DocumentClassificationConfig
Returns the value of attribute document_classification_config.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def document_classification_config @document_classification_config end |
#entity_recognition_config ⇒ Types::EntityRecognitionConfig
Returns the value of attribute entity_recognition_config.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def entity_recognition_config @entity_recognition_config end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def language_code @language_code end |