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

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

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.


4123
4124
4125
4126
4127
4128
4129
# File 'lib/aws-sdk-comprehend/types.rb', line 4123

class EntityRecognizerMetadataEntityTypesListItem < Struct.new(
  :type,
  :evaluation_metrics,
  :number_of_train_mentions)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_train_mentionsInteger

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

Returns:

  • (Integer)

4123
4124
4125
4126
4127
4128
4129
# File 'lib/aws-sdk-comprehend/types.rb', line 4123

class EntityRecognizerMetadataEntityTypesListItem < Struct.new(
  :type,
  :evaluation_metrics,
  :number_of_train_mentions)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)

4123
4124
4125
4126
4127
4128
4129
# File 'lib/aws-sdk-comprehend/types.rb', line 4123

class EntityRecognizerMetadataEntityTypesListItem < Struct.new(
  :type,
  :evaluation_metrics,
  :number_of_train_mentions)
  SENSITIVE = []
  include Aws::Structure
end