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.
1570 1571 1572 1573 1574 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1570 class DatasetEntityRecognizerAnnotations < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |