Class: Aws::Comprehend::Types::EntityRecognizerEntityList

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

Overview

Describes the entity list submitted with an entity recognizer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

Specifies the Amazon S3 location where the entity list is located. The URI must be in the same Region as the API endpoint that you are calling.

Returns:

  • (String)


4040
4041
4042
4043
4044
# File 'lib/aws-sdk-comprehend/types.rb', line 4040

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