Class: Aws::Types::DocumentClassifierInputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::DocumentClassifierInputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#augmented_manifests ⇒ ::Array[Types::AugmentedManifestsListItem]
Returns the value of attribute augmented_manifests.
-
#data_format ⇒ "COMPREHEND_CSV", "AUGMENTED_MANIFEST"
Returns the value of attribute data_format.
-
#document_reader_config ⇒ Types::DocumentReaderConfig
Returns the value of attribute document_reader_config.
-
#document_type ⇒ "PLAIN_TEXT_DOCUMENT", "SEMI_STRUCTURED_DOCUMENT"
Returns the value of attribute document_type.
-
#documents ⇒ Types::DocumentClassifierDocuments
Returns the value of attribute documents.
-
#label_delimiter ⇒ ::String
Returns the value of attribute label_delimiter.
-
#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
#augmented_manifests ⇒ ::Array[Types::AugmentedManifestsListItem]
Returns the value of attribute augmented_manifests.
756 757 758 |
# File 'sig/types.rbs', line 756 def augmented_manifests @augmented_manifests end |
#data_format ⇒ "COMPREHEND_CSV", "AUGMENTED_MANIFEST"
Returns the value of attribute data_format.
752 753 754 |
# File 'sig/types.rbs', line 752 def data_format @data_format end |
#document_reader_config ⇒ Types::DocumentReaderConfig
Returns the value of attribute document_reader_config.
759 760 761 |
# File 'sig/types.rbs', line 759 def document_reader_config @document_reader_config end |
#document_type ⇒ "PLAIN_TEXT_DOCUMENT", "SEMI_STRUCTURED_DOCUMENT"
Returns the value of attribute document_type.
757 758 759 |
# File 'sig/types.rbs', line 757 def document_type @document_type end |
#documents ⇒ Types::DocumentClassifierDocuments
Returns the value of attribute documents.
758 759 760 |
# File 'sig/types.rbs', line 758 def documents @documents end |
#label_delimiter ⇒ ::String
Returns the value of attribute label_delimiter.
755 756 757 |
# File 'sig/types.rbs', line 755 def label_delimiter @label_delimiter end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
753 754 755 |
# File 'sig/types.rbs', line 753 def s3_uri @s3_uri end |
#test_s3_uri ⇒ ::String
Returns the value of attribute test_s3_uri.
754 755 756 |
# File 'sig/types.rbs', line 754 def test_s3_uri @test_s3_uri end |