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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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][1

in the Comprehend Developer Guide.

[1]: docs.aws.amazon.com/comprehend/latest/dg/prep-training-data-cer.html

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 'lib/aws-sdk-comprehend/types.rb', line 1639

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