Class: Aws::Comprehend::Types::EntityRecognizerEntityList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::EntityRecognizerEntityList
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Describes the entity list submitted with an entity recognizer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
Specifies the Amazon S3 location where the entity list is located.
Instance Attribute Details
#s3_uri ⇒ String
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.
4040 4041 4042 4043 4044 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4040 class EntityRecognizerEntityList < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |