EntityRecognizerInputDataConfigDocuments

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val inputFormat: String? = null

Specifies how the input files should be processed. One of ONE_DOC_PER_LINE or ONE_DOC_PER_FILE.

Link copied to clipboard

Location of training documents.

Link copied to clipboard
val testS3Uri: String? = null