EntityRecognizerInputDataConfigDocumentsArgs

data class EntityRecognizerInputDataConfigDocumentsArgs(val inputFormat: Output<String>? = null, val s3Uri: Output<String>, val testS3Uri: Output<String>? = null) : ConvertibleToJava<EntityRecognizerInputDataConfigDocumentsArgs>

Constructors

constructor(inputFormat: Output<String>? = null, s3Uri: Output<String>, testS3Uri: Output<String>? = null)

Properties

Link copied to clipboard
val inputFormat: Output<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
val s3Uri: Output<String>

Location of training documents.

Link copied to clipboard
val testS3Uri: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): EntityRecognizerInputDataConfigDocumentsArgs