Class: Aws::Types::EntityRecognizerInputDataConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsTypes::EntityRecognizerAnnotations

Returns the value of attribute annotations.

Returns:



967
968
969
# File 'sig/types.rbs', line 967

def annotations
  @annotations
end

#augmented_manifests::Array[Types::AugmentedManifestsListItem]

Returns the value of attribute augmented_manifests.

Returns:



969
970
971
# File 'sig/types.rbs', line 969

def augmented_manifests
  @augmented_manifests
end

#data_format"COMPREHEND_CSV", "AUGMENTED_MANIFEST"

Returns the value of attribute data_format.

Returns:



964
965
966
# File 'sig/types.rbs', line 964

def data_format
  @data_format
end

#documentsTypes::EntityRecognizerDocuments

Returns the value of attribute documents.

Returns:



966
967
968
# File 'sig/types.rbs', line 966

def documents
  @documents
end

#entity_listTypes::EntityRecognizerEntityList

Returns the value of attribute entity_list.

Returns:



968
969
970
# File 'sig/types.rbs', line 968

def entity_list
  @entity_list
end

#entity_types::Array[Types::EntityTypesListItem]

Returns the value of attribute entity_types.

Returns:



965
966
967
# File 'sig/types.rbs', line 965

def entity_types
  @entity_types
end