EntityRecognizerInputDataConfig

data class EntityRecognizerInputDataConfig(val annotations: EntityRecognizerInputDataConfigAnnotations? = null, val augmentedManifests: List<EntityRecognizerInputDataConfigAugmentedManifest>? = null, val dataFormat: String? = null, val documents: EntityRecognizerInputDataConfigDocuments? = null, val entityList: EntityRecognizerInputDataConfigEntityList? = null, val entityTypes: List<EntityRecognizerInputDataConfigEntityType>)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies location of the document annotation data. See the annotations Configuration Block section below. One of annotations or entity_list is required.

Link copied to clipboard

List of training datasets produced by Amazon SageMaker Ground Truth. Used if data_format is AUGMENTED_MANIFEST. See the augmented_manifests Configuration Block section below.

Link copied to clipboard
val dataFormat: String? = null

The format for the training data. One of COMPREHEND_CSV or AUGMENTED_MANIFEST.

Link copied to clipboard

Specifies a collection of training documents. Used if data_format is COMPREHEND_CSV. See the documents Configuration Block section below.

Link copied to clipboard

Specifies location of the entity list data. See the entity_list Configuration Block section below. One of entity_list or annotations is required.

Link copied to clipboard

Set of entity types to be recognized. Has a maximum of 25 items. See the entity_types Configuration Block section below.