EntityRecognizerInputDataConfig class

Constructors

EntityRecognizerInputDataConfig({Input<EntityRecognizerInputDataConfigAnnotations?>? annotations, Input<List<EntityRecognizerInputDataConfigAugmentedManifest>?>? augmentedManifests, Input<String?>? dataFormat, Input<EntityRecognizerInputDataConfigDocuments?>? documents, Input<EntityRecognizerInputDataConfigEntityList?>? entityList, required Input<List<EntityRecognizerInputDataConfigEntityType>> entityTypes})
Creates a new EntityRecognizerInputDataConfig. annotations Specifies location of the document annotation data. augmentedManifests List of training datasets produced by Amazon SageMaker AI Ground Truth. dataFormat The format for the training data. documents Specifies a collection of training documents. entityList Specifies location of the entity list data. entityTypes Set of entity types to be recognized.
const
EntityRecognizerInputDataConfig.fromMap(Map<String, dynamic> map)
factory

Properties

annotations → Input<EntityRecognizerInputDataConfigAnnotations?>?
Specifies location of the document annotation data. See the annotations Configuration Block section below. One of annotations or entityList is required.
final
augmentedManifests → Input<List<EntityRecognizerInputDataConfigAugmentedManifest>?>?
List of training datasets produced by Amazon SageMaker AI Ground Truth. Used if dataFormat is AUGMENTED_MANIFEST. See the augmentedManifests Configuration Block section below.
final
dataFormat → Input<String?>?
The format for the training data. One of COMPREHEND_CSV or AUGMENTED_MANIFEST.
final
documents → Input<EntityRecognizerInputDataConfigDocuments?>?
Specifies a collection of training documents. Used if dataFormat is COMPREHEND_CSV. See the documents Configuration Block section below.
final
entityList → Input<EntityRecognizerInputDataConfigEntityList?>?
Specifies location of the entity list data. See the entityList Configuration Block section below. One of entityList or annotations is required.
final
entityTypes → Input<List<EntityRecognizerInputDataConfigEntityType>>
Set of entity types to be recognized. Has a maximum of 25 items. See the entityTypes Configuration Block section below.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited