Class: Aws::Types::AugmentedManifestsListItem
- Inherits:
-
Object
- Object
- Aws::Types::AugmentedManifestsListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_data_s3_uri ⇒ ::String
Returns the value of attribute annotation_data_s3_uri.
-
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
-
#document_type ⇒ "PLAIN_TEXT_DOCUMENT", "SEMI_STRUCTURED_DOCUMENT"
Returns the value of attribute document_type.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#source_documents_s3_uri ⇒ ::String
Returns the value of attribute source_documents_s3_uri.
-
#split ⇒ "TRAIN", "TEST"
Returns the value of attribute split.
Instance Attribute Details
#annotation_data_s3_uri ⇒ ::String
Returns the value of attribute annotation_data_s3_uri.
15 16 17 |
# File 'sig/types.rbs', line 15 def annotation_data_s3_uri @annotation_data_s3_uri end |
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
14 15 16 |
# File 'sig/types.rbs', line 14 def attribute_names @attribute_names end |
#document_type ⇒ "PLAIN_TEXT_DOCUMENT", "SEMI_STRUCTURED_DOCUMENT"
Returns the value of attribute document_type.
17 18 19 |
# File 'sig/types.rbs', line 17 def document_type @document_type end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
12 13 14 |
# File 'sig/types.rbs', line 12 def s3_uri @s3_uri end |
#source_documents_s3_uri ⇒ ::String
Returns the value of attribute source_documents_s3_uri.
16 17 18 |
# File 'sig/types.rbs', line 16 def source_documents_s3_uri @source_documents_s3_uri end |
#split ⇒ "TRAIN", "TEST"
Returns the value of attribute split.
13 14 15 |
# File 'sig/types.rbs', line 13 def split @split end |