libZSservicesZSamazonka-comprehendZSamazonka-comprehend
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Comprehend.Types.EntityRecognizerMetadataEntityTypesListItem

Description

 
Synopsis

Documentation

data EntityRecognizerMetadataEntityTypesListItem Source #

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

See: newEntityRecognizerMetadataEntityTypesListItem smart constructor.

Constructors

EntityRecognizerMetadataEntityTypesListItem' 

Fields

Instances

Instances details
Eq EntityRecognizerMetadataEntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerMetadataEntityTypesListItem

Read EntityRecognizerMetadataEntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerMetadataEntityTypesListItem

Show EntityRecognizerMetadataEntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerMetadataEntityTypesListItem

Generic EntityRecognizerMetadataEntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerMetadataEntityTypesListItem

NFData EntityRecognizerMetadataEntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerMetadataEntityTypesListItem

Hashable EntityRecognizerMetadataEntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerMetadataEntityTypesListItem

FromJSON EntityRecognizerMetadataEntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerMetadataEntityTypesListItem

type Rep EntityRecognizerMetadataEntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerMetadataEntityTypesListItem

type Rep EntityRecognizerMetadataEntityTypesListItem = D1 ('MetaData "EntityRecognizerMetadataEntityTypesListItem" "Amazonka.Comprehend.Types.EntityRecognizerMetadataEntityTypesListItem" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "EntityRecognizerMetadataEntityTypesListItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EntityTypesEvaluationMetrics)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numberOfTrainMentions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newEntityRecognizerMetadataEntityTypesListItem :: EntityRecognizerMetadataEntityTypesListItem Source #

Create a value of EntityRecognizerMetadataEntityTypesListItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evaluationMetrics:EntityRecognizerMetadataEntityTypesListItem', entityRecognizerMetadataEntityTypesListItem_evaluationMetrics - Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.

$sel:type':EntityRecognizerMetadataEntityTypesListItem', entityRecognizerMetadataEntityTypesListItem_type - Type of entity from the list of entity types in the metadata of an entity recognizer.

$sel:numberOfTrainMentions:EntityRecognizerMetadataEntityTypesListItem', entityRecognizerMetadataEntityTypesListItem_numberOfTrainMentions - Indicates the number of times the given entity type was seen in the training data.

entityRecognizerMetadataEntityTypesListItem_evaluationMetrics :: Lens' EntityRecognizerMetadataEntityTypesListItem (Maybe EntityTypesEvaluationMetrics) Source #

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

entityRecognizerMetadataEntityTypesListItem_type :: Lens' EntityRecognizerMetadataEntityTypesListItem (Maybe Text) Source #

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

entityRecognizerMetadataEntityTypesListItem_numberOfTrainMentions :: Lens' EntityRecognizerMetadataEntityTypesListItem (Maybe Int) Source #

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