Class: Aws::Types::DocumentClassifierInputDataConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#augmented_manifests::Array[Types::AugmentedManifestsListItem]

Returns the value of attribute augmented_manifests.

Returns:



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.

Returns:



752
753
754
# File 'sig/types.rbs', line 752

def data_format
  @data_format
end

#document_reader_configTypes::DocumentReaderConfig

Returns the value of attribute document_reader_config.

Returns:



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.

Returns:



757
758
759
# File 'sig/types.rbs', line 757

def document_type
  @document_type
end

#documentsTypes::DocumentClassifierDocuments

Returns the value of attribute documents.

Returns:



758
759
760
# File 'sig/types.rbs', line 758

def documents
  @documents
end

#label_delimiter::String

Returns the value of attribute label_delimiter.

Returns:



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.

Returns:



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.

Returns:



754
755
756
# File 'sig/types.rbs', line 754

def test_s3_uri
  @test_s3_uri
end