Class: Aws::Comprehend::Types::DatasetEntityRecognizerEntityList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DatasetEntityRecognizerEntityList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Describes the dataset entity list for an entity recognizer model.
For more information on how the input file is formatted, see
- Preparing training data][1
-
in the Comprehend Developer Guide.
[1]: docs.aws.amazon.com/comprehend/latest/dg/prep-training-data-cer.html
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.
1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1639 class DatasetEntityRecognizerEntityList < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |