| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
HumanEvaluationCustomMetric |
HumanEvaluationCustomMetric.clone() |
HumanEvaluationCustomMetric |
HumanEvaluationCustomMetric.withDescription(String description)
An optional description of the metric.
|
HumanEvaluationCustomMetric |
HumanEvaluationCustomMetric.withName(String name)
The name of the metric.
|
HumanEvaluationCustomMetric |
HumanEvaluationCustomMetric.withRatingMethod(String ratingMethod)
Choose how you want your human workers to evaluation your model.
|
| Modifier and Type | Method and Description |
|---|---|
List<HumanEvaluationCustomMetric> |
HumanEvaluationConfig.getCustomMetrics()
A
HumanEvaluationCustomMetric object. |
| Modifier and Type | Method and Description |
|---|---|
HumanEvaluationConfig |
HumanEvaluationConfig.withCustomMetrics(HumanEvaluationCustomMetric... customMetrics)
A
HumanEvaluationCustomMetric object. |
| Modifier and Type | Method and Description |
|---|---|
void |
HumanEvaluationConfig.setCustomMetrics(Collection<HumanEvaluationCustomMetric> customMetrics)
A
HumanEvaluationCustomMetric object. |
HumanEvaluationConfig |
HumanEvaluationConfig.withCustomMetrics(Collection<HumanEvaluationCustomMetric> customMetrics)
A
HumanEvaluationCustomMetric object. |
Copyright © 2025. All rights reserved.