Class: Aws::Comprehend::Types::EntityRecognizerMetadataEntityTypesListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::EntityRecognizerMetadataEntityTypesListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Individual item from the list of entity types in the metadata of an entity recognizer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_metrics ⇒ Types::EntityTypesEvaluationMetrics
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
-
#number_of_train_mentions ⇒ Integer
Indicates the number of times the given entity type was seen in the training data.
-
#type ⇒ String
Type of entity from the list of entity types in the metadata of an entity recognizer.
Instance Attribute Details
#evaluation_metrics ⇒ Types::EntityTypesEvaluationMetrics
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
4250 4251 4252 4253 4254 4255 4256 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4250 class EntityRecognizerMetadataEntityTypesListItem < Struct.new( :type, :evaluation_metrics, :number_of_train_mentions) SENSITIVE = [] include Aws::Structure end |
#number_of_train_mentions ⇒ Integer
Indicates the number of times the given entity type was seen in the training data.
4250 4251 4252 4253 4254 4255 4256 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4250 class EntityRecognizerMetadataEntityTypesListItem < Struct.new( :type, :evaluation_metrics, :number_of_train_mentions) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of entity from the list of entity types in the metadata of an entity recognizer.
4250 4251 4252 4253 4254 4255 4256 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4250 class EntityRecognizerMetadataEntityTypesListItem < Struct.new( :type, :evaluation_metrics, :number_of_train_mentions) SENSITIVE = [] include Aws::Structure end |