Class: Aws::Types::EntityRecognizerInputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::EntityRecognizerInputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotations ⇒ Types::EntityRecognizerAnnotations
Returns the value of attribute annotations.
-
#augmented_manifests ⇒ ::Array[Types::AugmentedManifestsListItem]
Returns the value of attribute augmented_manifests.
-
#data_format ⇒ "COMPREHEND_CSV", "AUGMENTED_MANIFEST"
Returns the value of attribute data_format.
-
#documents ⇒ Types::EntityRecognizerDocuments
Returns the value of attribute documents.
-
#entity_list ⇒ Types::EntityRecognizerEntityList
Returns the value of attribute entity_list.
-
#entity_types ⇒ ::Array[Types::EntityTypesListItem]
Returns the value of attribute entity_types.
Instance Attribute Details
#annotations ⇒ Types::EntityRecognizerAnnotations
Returns the value of attribute annotations.
967 968 969 |
# File 'sig/types.rbs', line 967 def annotations @annotations end |
#augmented_manifests ⇒ ::Array[Types::AugmentedManifestsListItem]
Returns the value of attribute augmented_manifests.
969 970 971 |
# File 'sig/types.rbs', line 969 def augmented_manifests @augmented_manifests end |
#data_format ⇒ "COMPREHEND_CSV", "AUGMENTED_MANIFEST"
Returns the value of attribute data_format.
964 965 966 |
# File 'sig/types.rbs', line 964 def data_format @data_format end |
#documents ⇒ Types::EntityRecognizerDocuments
Returns the value of attribute documents.
966 967 968 |
# File 'sig/types.rbs', line 966 def documents @documents end |
#entity_list ⇒ Types::EntityRecognizerEntityList
Returns the value of attribute entity_list.
968 969 970 |
# File 'sig/types.rbs', line 968 def entity_list @entity_list end |
#entity_types ⇒ ::Array[Types::EntityTypesListItem]
Returns the value of attribute entity_types.
965 966 967 |
# File 'sig/types.rbs', line 965 def entity_types @entity_types end |