Class: Aws::Comprehend::Types::EntityRecognizerEntityList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::EntityRecognizerEntityList
- 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
-
#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.
3913 3914 3915 3916 3917 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3913 class EntityRecognizerEntityList < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |