Class: Aws::Comprehend::Types::DatasetEntityRecognizerInputDataConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Specifies the format and location of the input data. You must provide either the ‘Annotations` parameter or the `EntityList` parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsTypes::DatasetEntityRecognizerAnnotations

The S3 location of the annotation documents for your custom entity recognizer.



1665
1666
1667
1668
1669
1670
1671
# File 'lib/aws-sdk-comprehend/types.rb', line 1665

class DatasetEntityRecognizerInputDataConfig < Struct.new(
  :annotations,
  :documents,
  :entity_list)
  SENSITIVE = []
  include Aws::Structure
end

#documentsTypes::DatasetEntityRecognizerDocuments

The format and location of the training documents for your custom entity recognizer.



1665
1666
1667
1668
1669
1670
1671
# File 'lib/aws-sdk-comprehend/types.rb', line 1665

class DatasetEntityRecognizerInputDataConfig < Struct.new(
  :annotations,
  :documents,
  :entity_list)
  SENSITIVE = []
  include Aws::Structure
end

#entity_listTypes::DatasetEntityRecognizerEntityList

The S3 location of the entity list for your custom entity recognizer.



1665
1666
1667
1668
1669
1670
1671
# File 'lib/aws-sdk-comprehend/types.rb', line 1665

class DatasetEntityRecognizerInputDataConfig < Struct.new(
  :annotations,
  :documents,
  :entity_list)
  SENSITIVE = []
  include Aws::Structure
end