Class: Aws::Comprehend::Types::DatasetEntityRecognizerEntityList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DatasetEntityRecognizerEntityList
- Defined in:
- gems/aws-sdk-comprehend/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 in the Comprehend Developer Guide.
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 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1639 class DatasetEntityRecognizerEntityList < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |