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 EntityRecognizerMetadata = EntityRecognizerMetadata' {}
- newEntityRecognizerMetadata :: EntityRecognizerMetadata
- entityRecognizerMetadata_entityTypes :: Lens' EntityRecognizerMetadata (Maybe [EntityRecognizerMetadataEntityTypesListItem])
- entityRecognizerMetadata_evaluationMetrics :: Lens' EntityRecognizerMetadata (Maybe EntityRecognizerEvaluationMetrics)
- entityRecognizerMetadata_numberOfTrainedDocuments :: Lens' EntityRecognizerMetadata (Maybe Int)
- entityRecognizerMetadata_numberOfTestDocuments :: Lens' EntityRecognizerMetadata (Maybe Int)
Documentation
data EntityRecognizerMetadata Source #
Detailed information about an entity recognizer.
See: newEntityRecognizerMetadata
smart constructor.
EntityRecognizerMetadata' | |
|
Instances
newEntityRecognizerMetadata :: EntityRecognizerMetadata Source #
Create a value of EntityRecognizerMetadata
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:entityTypes:EntityRecognizerMetadata'
, entityRecognizerMetadata_entityTypes
- Entity types from the metadata of an entity recognizer.
$sel:evaluationMetrics:EntityRecognizerMetadata'
, entityRecognizerMetadata_evaluationMetrics
- Detailed information about the accuracy of an entity recognizer.
$sel:numberOfTrainedDocuments:EntityRecognizerMetadata'
, entityRecognizerMetadata_numberOfTrainedDocuments
- The number of documents in the input data that were used to train the
entity recognizer. Typically this is 80 to 90 percent of the input
documents.
$sel:numberOfTestDocuments:EntityRecognizerMetadata'
, entityRecognizerMetadata_numberOfTestDocuments
- The number of documents in the input data that were used to test the
entity recognizer. Typically this is 10 to 20 percent of the input
documents.
entityRecognizerMetadata_entityTypes :: Lens' EntityRecognizerMetadata (Maybe [EntityRecognizerMetadataEntityTypesListItem]) Source #
Entity types from the metadata of an entity recognizer.
entityRecognizerMetadata_evaluationMetrics :: Lens' EntityRecognizerMetadata (Maybe EntityRecognizerEvaluationMetrics) Source #
Detailed information about the accuracy of an entity recognizer.
entityRecognizerMetadata_numberOfTrainedDocuments :: Lens' EntityRecognizerMetadata (Maybe Int) Source #
The number of documents in the input data that were used to train the entity recognizer. Typically this is 80 to 90 percent of the input documents.
entityRecognizerMetadata_numberOfTestDocuments :: Lens' EntityRecognizerMetadata (Maybe Int) Source #
The number of documents in the input data that were used to test the entity recognizer. Typically this is 10 to 20 percent of the input documents.