This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Comprehend::Flywheel TaskConfig
Configuration about the model associated with a flywheel.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DocumentClassificationConfig" :DocumentClassificationConfig, "EntityRecognitionConfig" :EntityRecognitionConfig, "LanguageCode" :String}
YAML
DocumentClassificationConfig:DocumentClassificationConfigEntityRecognitionConfig:EntityRecognitionConfigLanguageCode: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 | ptUpdate requires: Replacement