| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
AdapterVersionEvaluationMetric |
AdapterVersionEvaluationMetric.clone() |
AdapterVersionEvaluationMetric |
AdapterVersionEvaluationMetric.withAdapterVersion(EvaluationMetric adapterVersion)
The F1 score, precision, and recall metrics for the baseline model.
|
AdapterVersionEvaluationMetric |
AdapterVersionEvaluationMetric.withBaseline(EvaluationMetric baseline)
The F1 score, precision, and recall metrics for the baseline model.
|
AdapterVersionEvaluationMetric |
AdapterVersionEvaluationMetric.withFeatureType(FeatureType featureType)
Indicates the feature type being analyzed by a given adapter version.
|
AdapterVersionEvaluationMetric |
AdapterVersionEvaluationMetric.withFeatureType(String featureType)
Indicates the feature type being analyzed by a given adapter version.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdapterVersionEvaluationMetric> |
GetAdapterVersionResult.getEvaluationMetrics()
The evaluation metrics (F1 score, Precision, and Recall) for the requested version, grouped by baseline metrics
and adapter version.
|
| Modifier and Type | Method and Description |
|---|---|
GetAdapterVersionResult |
GetAdapterVersionResult.withEvaluationMetrics(AdapterVersionEvaluationMetric... evaluationMetrics)
The evaluation metrics (F1 score, Precision, and Recall) for the requested version, grouped by baseline metrics
and adapter version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAdapterVersionResult.setEvaluationMetrics(Collection<AdapterVersionEvaluationMetric> evaluationMetrics)
The evaluation metrics (F1 score, Precision, and Recall) for the requested version, grouped by baseline metrics
and adapter version.
|
GetAdapterVersionResult |
GetAdapterVersionResult.withEvaluationMetrics(Collection<AdapterVersionEvaluationMetric> evaluationMetrics)
The evaluation metrics (F1 score, Precision, and Recall) for the requested version, grouped by baseline metrics
and adapter version.
|
Copyright © 2024. All rights reserved.