Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EntityRecognizerMetadataEntityTypesListItem = EntityRecognizerMetadataEntityTypesListItem' {}
- newEntityRecognizerMetadataEntityTypesListItem :: EntityRecognizerMetadataEntityTypesListItem
- entityRecognizerMetadataEntityTypesListItem_evaluationMetrics :: Lens' EntityRecognizerMetadataEntityTypesListItem (Maybe EntityTypesEvaluationMetrics)
- entityRecognizerMetadataEntityTypesListItem_type :: Lens' EntityRecognizerMetadataEntityTypesListItem (Maybe Text)
- entityRecognizerMetadataEntityTypesListItem_numberOfTrainMentions :: Lens' EntityRecognizerMetadataEntityTypesListItem (Maybe Int)
Documentation
data EntityRecognizerMetadataEntityTypesListItem Source #
Individual item from the list of entity types in the metadata of an entity recognizer.
See: newEntityRecognizerMetadataEntityTypesListItem
smart constructor.
EntityRecognizerMetadataEntityTypesListItem' | |
|
Instances
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.