Class: Aws::Types::DatasetEntityRecognizerDocuments
- Inherits:
-
Object
- Object
- Aws::Types::DatasetEntityRecognizerDocuments
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_format ⇒ "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
Returns the value of attribute input_format.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#input_format ⇒ "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
Returns the value of attribute input_format.
352 353 354 |
# File 'sig/types.rbs', line 352 def input_format @input_format end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
351 352 353 |
# File 'sig/types.rbs', line 351 def s3_uri @s3_uri end |