EntityRecognizerInputDataConfigArgs

data class EntityRecognizerInputDataConfigArgs(val annotations: Output<EntityRecognizerInputDataConfigAnnotationsArgs>? = null, val augmentedManifests: Output<List<EntityRecognizerInputDataConfigAugmentedManifestArgs>>? = null, val dataFormat: Output<String>? = null, val documents: Output<EntityRecognizerInputDataConfigDocumentsArgs>? = null, val entityList: Output<EntityRecognizerInputDataConfigEntityListArgs>? = null, val entityTypes: Output<List<EntityRecognizerInputDataConfigEntityTypeArgs>>) : ConvertibleToJava<EntityRecognizerInputDataConfigArgs>

Constructors

Link copied to clipboard
constructor(annotations: Output<EntityRecognizerInputDataConfigAnnotationsArgs>? = null, augmentedManifests: Output<List<EntityRecognizerInputDataConfigAugmentedManifestArgs>>? = null, dataFormat: Output<String>? = null, documents: Output<EntityRecognizerInputDataConfigDocumentsArgs>? = null, entityList: Output<EntityRecognizerInputDataConfigEntityListArgs>? = null, entityTypes: Output<List<EntityRecognizerInputDataConfigEntityTypeArgs>>)

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: Output<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.

Functions

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