Uses of Class
software.amazon.awssdk.services.comprehend.model.EntityRecognizerEvaluationMetrics
-
Packages that use EntityRecognizerEvaluationMetrics Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityRecognizerEvaluationMetrics in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntityRecognizerEvaluationMetrics Modifier and Type Method Description EntityRecognizerEvaluationMetricsEntityRecognizerMetadata. evaluationMetrics()Detailed information about the accuracy of an entity recognizer.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EntityRecognizerEvaluationMetrics Modifier and Type Method Description EntityRecognizerMetadata.BuilderEntityRecognizerMetadata.Builder. evaluationMetrics(EntityRecognizerEvaluationMetrics evaluationMetrics)Detailed information about the accuracy of an entity recognizer.
-