AWS::Comprehend::Flywheel TaskConfig
Configuration about the custom classifier associated with the 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 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:
ar | de | en | es | fr | hi | it | ja | ko | pt | zh | zh-TW
Update requires: Replacement