Class: Aws::Comprehend::Types::DatasetEntityRecognizerAnnotations
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DatasetEntityRecognizerAnnotations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Describes the annotations associated with a entity recognizer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
Instance Attribute Details
#s3_uri ⇒ String
Specifies the Amazon S3 location where the training documents for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.
1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1591 class DatasetEntityRecognizerAnnotations < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |