Uses of Class
software.amazon.awssdk.services.textract.model.EvaluationMetric
-
Packages that use EvaluationMetric Package Description software.amazon.awssdk.services.textract.model -
-
Uses of EvaluationMetric in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return EvaluationMetric Modifier and Type Method Description EvaluationMetric
AdapterVersionEvaluationMetric. adapterVersion()
The F1 score, precision, and recall metrics for the baseline model.EvaluationMetric
AdapterVersionEvaluationMetric. baseline()
The F1 score, precision, and recall metrics for the baseline model.Methods in software.amazon.awssdk.services.textract.model with parameters of type EvaluationMetric Modifier and Type Method Description AdapterVersionEvaluationMetric.Builder
AdapterVersionEvaluationMetric.Builder. adapterVersion(EvaluationMetric adapterVersion)
The F1 score, precision, and recall metrics for the baseline model.AdapterVersionEvaluationMetric.Builder
AdapterVersionEvaluationMetric.Builder. baseline(EvaluationMetric baseline)
The F1 score, precision, and recall metrics for the baseline model.
-