The location of the training documents. This parameter is required in a request to create a semi-structured document classification model.

interface DocumentClassifierDocuments {
    S3Uri: undefined | string;
    TestS3Uri?: string;
}

Properties

Properties

S3Uri: undefined | string

The S3 URI location of the training documents specified in the S3Uri CSV file.

TestS3Uri?: string

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.