Class: Aws::Types::DatasetEntityRecognizerInputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::DatasetEntityRecognizerInputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotations ⇒ Types::DatasetEntityRecognizerAnnotations
Returns the value of attribute annotations.
-
#documents ⇒ Types::DatasetEntityRecognizerDocuments
Returns the value of attribute documents.
-
#entity_list ⇒ Types::DatasetEntityRecognizerEntityList
Returns the value of attribute entity_list.
Instance Attribute Details
#annotations ⇒ Types::DatasetEntityRecognizerAnnotations
Returns the value of attribute annotations.
362 363 364 |
# File 'sig/types.rbs', line 362 def annotations @annotations end |
#documents ⇒ Types::DatasetEntityRecognizerDocuments
Returns the value of attribute documents.
363 364 365 |
# File 'sig/types.rbs', line 363 def documents @documents end |
#entity_list ⇒ Types::DatasetEntityRecognizerEntityList
Returns the value of attribute entity_list.
364 365 366 |
# File 'sig/types.rbs', line 364 def entity_list @entity_list end |