Class EntityRecognizerInputDataConfig


  • public final class EntityRecognizerInputDataConfig
    extends java.lang.Object
    • Method Detail

      • annotations

        public java.util.Optional<EntityRecognizerInputDataConfigAnnotations> annotations()
        Returns:
        Specifies location of the document annotation data. See the `annotations` Configuration Block section below. One of `annotations` or `entity_list` is required.
      • augmentedManifests

        public java.util.List<EntityRecognizerInputDataConfigAugmentedManifest> augmentedManifests()
        Returns:
        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.
      • dataFormat

        public java.util.Optional<java.lang.String> dataFormat()
        Returns:
        The format for the training data. One of `COMPREHEND_CSV` or `AUGMENTED_MANIFEST`.
      • documents

        public java.util.Optional<EntityRecognizerInputDataConfigDocuments> documents()
        Returns:
        Specifies a collection of training documents. Used if `data_format` is `COMPREHEND_CSV`. See the `documents` Configuration Block section below.
      • entityList

        public java.util.Optional<EntityRecognizerInputDataConfigEntityList> entityList()
        Returns:
        Specifies location of the entity list data. See the `entity_list` Configuration Block section below. One of `entity_list` or `annotations` is required.
      • entityTypes

        public java.util.List<EntityRecognizerInputDataConfigEntityType> entityTypes()
        Returns:
        Set of entity types to be recognized. Has a maximum of 25 items. See the `entity_types` Configuration Block section below.