Uses of Class
software.amazon.awssdk.services.comprehend.model.ClassifierEvaluationMetrics
-
Packages that use ClassifierEvaluationMetrics Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of ClassifierEvaluationMetrics in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return ClassifierEvaluationMetrics Modifier and Type Method Description ClassifierEvaluationMetricsClassifierMetadata. evaluationMetrics()Describes the result metrics for the test data associated with an documentation classifier.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type ClassifierEvaluationMetrics Modifier and Type Method Description ClassifierMetadata.BuilderClassifierMetadata.Builder. evaluationMetrics(ClassifierEvaluationMetrics evaluationMetrics)Describes the result metrics for the test data associated with an documentation classifier.
-