Class: Aws::Comprehend::Types::TaskConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::TaskConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Configuration about the custom classifier associated with the flywheel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_classification_config ⇒ Types::DocumentClassificationConfig
Configuration required for a classification model.
-
#entity_recognition_config ⇒ Types::EntityRecognitionConfig
Configuration required for an entity recognition model.
-
#language_code ⇒ String
Language code for the language that the model supports.
Instance Attribute Details
#document_classification_config ⇒ Types::DocumentClassificationConfig
Configuration required for a classification model.
8399 8400 8401 8402 8403 8404 8405 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8399 class TaskConfig < Struct.new( :language_code, :document_classification_config, :entity_recognition_config) SENSITIVE = [] include Aws::Structure end |
#entity_recognition_config ⇒ Types::EntityRecognitionConfig
Configuration required for an entity recognition model.
8399 8400 8401 8402 8403 8404 8405 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8399 class TaskConfig < Struct.new( :language_code, :document_classification_config, :entity_recognition_config) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
Language code for the language that the model supports.
8399 8400 8401 8402 8403 8404 8405 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8399 class TaskConfig < Struct.new( :language_code, :document_classification_config, :entity_recognition_config) SENSITIVE = [] include Aws::Structure end |