EntityRecognizerInputDataConfig constructor

const EntityRecognizerInputDataConfig({
  1. Input<EntityRecognizerInputDataConfigAnnotations?>? annotations,
  2. Input<List<EntityRecognizerInputDataConfigAugmentedManifest>?>? augmentedManifests,
  3. Input<String?>? dataFormat,
  4. Input<EntityRecognizerInputDataConfigDocuments?>? documents,
  5. Input<EntityRecognizerInputDataConfigEntityList?>? entityList,
  6. 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.

Implementation

const EntityRecognizerInputDataConfig({
  this.annotations,
  this.augmentedManifests,
  this.dataFormat,
  this.documents,
  this.entityList,
  required this.entityTypes,
});