You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Comprehend::Types::EntityRecognizerMetadataEntityTypesListItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Individual item from the list of entity types in the metadata of an entity recognizer.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_metricsTypes::EntityTypesEvaluationMetrics

Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.

Returns:

#number_of_train_mentionsInteger

Indicates the number of times the given entity type was seen in the training data.

Returns:

  • (Integer)

    Indicates the number of times the given entity type was seen in the training data.

#typeString

Type of entity from the list of entity types in the metadata of an entity recognizer.

Returns:

  • (String)

    Type of entity from the list of entity types in the metadata of an entity recognizer.