Class: Aws::Comprehend::Types::DatasetEntityRecognizerEntityList

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

Overview

Describes the dataset entity list for an entity recognizer model.

For more information on how the input file is formatted, see Preparing training data in the Comprehend Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

Specifies the Amazon S3 location where the entity list is located.

Returns:

  • (String)


1639
1640
1641
1642
1643
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1639

class DatasetEntityRecognizerEntityList < Struct.new(
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end