Class: Aws::Comprehend::Types::EntityRecognitionConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#entity_typesArray<Types::EntityTypesListItem>

Up to 25 entity types that the model is trained to recognize.

Returns:



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