Class: Aws::Comprehend::Types::TaskConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::TaskConfig
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Configuration about the model associated with a flywheel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_classification_config ⇒ Types::DocumentClassificationConfig
Configuration required for a document 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 document classification model.
8452 8453 8454 8455 8456 8457 8458 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8452 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.
8452 8453 8454 8455 8456 8457 8458 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8452 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.
8452 8453 8454 8455 8456 8457 8458 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8452 class TaskConfig < Struct.new( :language_code, :document_classification_config, :entity_recognition_config) SENSITIVE = [] include Aws::Structure end |