AWS::Comprehend::DocumentClassifier DocumentClassifierDocuments - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "S3Uri" : String, "TestS3Uri" : String }

YAML

S3Uri: String TestS3Uri: String

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: 1024

Update 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: 1024

Update requires: Replacement