Uses of Class
software.amazon.awssdk.services.comprehend.model.EntityTypesEvaluationMetrics
-
Packages that use EntityTypesEvaluationMetrics Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityTypesEvaluationMetrics in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntityTypesEvaluationMetrics Modifier and Type Method Description EntityTypesEvaluationMetricsEntityRecognizerMetadataEntityTypesListItem. evaluationMetrics()Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EntityTypesEvaluationMetrics Modifier and Type Method Description EntityRecognizerMetadataEntityTypesListItem.BuilderEntityRecognizerMetadataEntityTypesListItem.Builder. evaluationMetrics(EntityTypesEvaluationMetrics evaluationMetrics)Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
-