AWS::Comprehend::Flywheel TaskConfig
Configuration about the model associated with a flywheel.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DocumentClassificationConfig" :
DocumentClassificationConfig
, "EntityRecognitionConfig" :EntityRecognitionConfig
, "LanguageCode" :String
}
YAML
DocumentClassificationConfig:
DocumentClassificationConfig
EntityRecognitionConfig:EntityRecognitionConfig
LanguageCode:String
Properties
DocumentClassificationConfig
-
Configuration required for a document classification model.
Required: No
Type: DocumentClassificationConfig
Update requires: Replacement
EntityRecognitionConfig
-
Configuration required for an entity recognition model.
Required: No
Type: EntityRecognitionConfig
Update requires: Replacement
LanguageCode
-
Language code for the language that the model supports.
Required: Yes
Type: String
Allowed values:
en | es | fr | it | de | pt
Update requires: Replacement