Class: Aws::Comprehend::Types::EntityRecognitionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::EntityRecognitionConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Configuration required for an entity recognition model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_types ⇒ Array<Types::EntityTypesListItem>
Up to 25 entity types that the model is trained to recognize.
Instance Attribute Details
#entity_types ⇒ Array<Types::EntityTypesListItem>
Up to 25 entity types that the model is trained to recognize.
3967 3968 3969 3970 3971 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3967 class EntityRecognitionConfig < Struct.new( :entity_types) SENSITIVE = [] include Aws::Structure end |