AWSComprehendDocumentClassifierDocuments
Objective-C
@interface AWSComprehendDocumentClassifierDocuments
Swift
class AWSComprehendDocumentClassifierDocuments
The location of the training documents. This parameter is required in a request to create a semi-structured document classification model.
Required parameters: [S3Uri]
-
The S3 URI location of the training documents specified in the S3Uri CSV file.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Uri;
Swift
var s3Uri: String? { get set }
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable testS3Uri;
Swift
var testS3Uri: String? { get set }