Skip to content

/AWS1/CL_CPDDOCCLASSIFIERDOCS

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

CONSTRUCTOR

IMPORTING

Required arguments:

iv_s3uri TYPE /AWS1/CPDS3URI /AWS1/CPDS3URI

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

Optional arguments:

iv_tests3uri TYPE /AWS1/CPDS3URI /AWS1/CPDS3URI

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.


Queryable Attributes

S3Uri

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

Accessible with the following methods

Method Description
GET_S3URI() Getter for S3URI, with configurable default
ASK_S3URI() Getter for S3URI w/ exceptions if field has no value
HAS_S3URI() Determine if S3URI has a value

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.

Accessible with the following methods

Method Description
GET_TESTS3URI() Getter for TESTS3URI, with configurable default
ASK_TESTS3URI() Getter for TESTS3URI w/ exceptions if field has no value
HAS_TESTS3URI() Determine if TESTS3URI has a value