Class: Aws::Types::EntityRecognizerDocuments
- Inherits:
-
Object
- Object
- Aws::Types::EntityRecognizerDocuments
- 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.
-
#test_s3_uri ⇒ ::String
Returns the value of attribute test_s3_uri.
Instance Attribute Details
#input_format ⇒ "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
Returns the value of attribute input_format.
939 940 941 |
# File 'sig/types.rbs', line 939 def input_format @input_format end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
937 938 939 |
# File 'sig/types.rbs', line 937 def s3_uri @s3_uri end |
#test_s3_uri ⇒ ::String
Returns the value of attribute test_s3_uri.
938 939 940 |
# File 'sig/types.rbs', line 938 def test_s3_uri @test_s3_uri end |