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 recognizer 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.
3241 3242 3243 3244 3245 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3241 class EntityRecognizerEntityList < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |