Specifies the format and location of the input data. You must provide either the Annotations parameter or the EntityList parameter.

interface DatasetEntityRecognizerInputDataConfig {
    Annotations?: DatasetEntityRecognizerAnnotations;
    Documents: undefined | DatasetEntityRecognizerDocuments;
    EntityList?: DatasetEntityRecognizerEntityList;
}

Properties

The S3 location of the annotation documents for your custom entity recognizer.

Documents: undefined | DatasetEntityRecognizerDocuments

The format and location of the training documents for your custom entity recognizer.

The S3 location of the entity list for your custom entity recognizer.