Class: Aws::Types::DatasetInputDataConfig

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::DatasetAugmentedManifestsListItem]

Returns the value of attribute augmented_manifests.



377
378
379
# File 'sig/types.rbs', line 377

def augmented_manifests
  @augmented_manifests
end

#data_format"COMPREHEND_CSV", "AUGMENTED_MANIFEST"

Returns the value of attribute data_format.

Returns:

  • ("COMPREHEND_CSV", "AUGMENTED_MANIFEST")


378
379
380
# File 'sig/types.rbs', line 378

def data_format
  @data_format
end

#document_classifier_input_data_configTypes::DatasetDocumentClassifierInputDataConfig

Returns the value of attribute document_classifier_input_data_config.



379
380
381
# File 'sig/types.rbs', line 379

def document_classifier_input_data_config
  @document_classifier_input_data_config
end

#entity_recognizer_input_data_configTypes::DatasetEntityRecognizerInputDataConfig

Returns the value of attribute entity_recognizer_input_data_config.



380
381
382
# File 'sig/types.rbs', line 380

def entity_recognizer_input_data_config
  @entity_recognizer_input_data_config
end