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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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.



4250
4251
4252
4253
4254
4255
4256
# File 'gems/aws-sdk-comprehend/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_mentionsInteger

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

Returns:

  • (Integer)


4250
4251
4252
4253
4254
4255
4256
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4250

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)


4250
4251
4252
4253
4254
4255
4256
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4250

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