EntityRecognizerInputDataConfig class
Constructors
-
EntityRecognizerInputDataConfig({Input<
EntityRecognizerInputDataConfigAnnotations?> ? annotations, Input<List< ? augmentedManifests, Input<EntityRecognizerInputDataConfigAugmentedManifest> ?>String?> ? dataFormat, Input<EntityRecognizerInputDataConfigDocuments?> ? documents, Input<EntityRecognizerInputDataConfigEntityList?> ? entityList, required Input<List< entityTypes})EntityRecognizerInputDataConfigEntityType> > -
Creates a new EntityRecognizerInputDataConfig.
annotationsSpecifies location of the document annotation data.augmentedManifestsList of training datasets produced by Amazon SageMaker AI Ground Truth.dataFormatThe format for the training data.documentsSpecifies a collection of training documents.entityListSpecifies location of the entity list data.entityTypesSet 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
annotationsConfiguration Block section below. One ofannotationsorentityListis required.final -
augmentedManifests
→ Input<
List< ?EntityRecognizerInputDataConfigAugmentedManifest> ?> -
List of training datasets produced by Amazon SageMaker AI Ground Truth.
Used if
dataFormatisAUGMENTED_MANIFEST. See theaugmentedManifestsConfiguration Block section below.final -
dataFormat
→ Input<
String?> ? -
The format for the training data.
One of
COMPREHEND_CSVorAUGMENTED_MANIFEST.final -
documents
→ Input<
EntityRecognizerInputDataConfigDocuments?> ? -
Specifies a collection of training documents.
Used if
dataFormatisCOMPREHEND_CSV. See thedocumentsConfiguration Block section below.final -
entityList
→ Input<
EntityRecognizerInputDataConfigEntityList?> ? -
Specifies location of the entity list data.
See the
entityListConfiguration Block section below. One ofentityListorannotationsis required.final -
entityTypes
→ Input<
List< EntityRecognizerInputDataConfigEntityType> > -
Set of entity types to be recognized.
Has a maximum of 25 items.
See the
entityTypesConfiguration 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