This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Comprehend::DocumentClassifier DocumentClassifierDocuments
The location of the training documents. This parameter is required in a request to create a semi-structured document classification model.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
- S3Uri
- 
                    The S3 URI location of the training documents specified in the S3Uri CSV file. Required: Yes Type: String Pattern: s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?Maximum: 1024Update requires: Replacement 
- TestS3Uri
- 
                    The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required if you do not specify a test CSV file. Required: No Type: String Pattern: s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?Maximum: 1024Update requires: Replacement