DocumentClassifierDocuments

data class DocumentClassifierDocuments(val s3Uri: String, val testS3Uri: String? = null)

Constructors

Link copied to clipboard
constructor(s3Uri: String, testS3Uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val testS3Uri: String? = null

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.