Class: Aws::Types::DatasetInputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::DatasetInputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#augmented_manifests ⇒ ::Array[Types::DatasetAugmentedManifestsListItem]
Returns the value of attribute augmented_manifests.
-
#data_format ⇒ "COMPREHEND_CSV", "AUGMENTED_MANIFEST"
Returns the value of attribute data_format.
-
#document_classifier_input_data_config ⇒ Types::DatasetDocumentClassifierInputDataConfig
Returns the value of attribute document_classifier_input_data_config.
-
#entity_recognizer_input_data_config ⇒ Types::DatasetEntityRecognizerInputDataConfig
Returns the value of attribute entity_recognizer_input_data_config.
Instance Attribute Details
#augmented_manifests ⇒ ::Array[Types::DatasetAugmentedManifestsListItem]
Returns the value of attribute augmented_manifests.
377 378 379 |
# File 'sig/types.rbs', line 377 def augmented_manifests @augmented_manifests end |
#data_format ⇒ "COMPREHEND_CSV", "AUGMENTED_MANIFEST"
Returns the value of attribute data_format.
378 379 380 |
# File 'sig/types.rbs', line 378 def data_format @data_format end |
#document_classifier_input_data_config ⇒ Types::DatasetDocumentClassifierInputDataConfig
Returns the value of attribute document_classifier_input_data_config.
379 380 381 |
# File 'sig/types.rbs', line 379 def document_classifier_input_data_config @document_classifier_input_data_config end |
#entity_recognizer_input_data_config ⇒ Types::DatasetEntityRecognizerInputDataConfig
Returns the value of attribute entity_recognizer_input_data_config.
380 381 382 |
# File 'sig/types.rbs', line 380 def entity_recognizer_input_data_config @entity_recognizer_input_data_config end |