| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
HumanEvaluationConfig |
HumanEvaluationConfig.clone() |
HumanEvaluationConfig |
EvaluationConfig.getHuman()
Used to specify a model evaluation job that uses human workers.See
HumanEvaluationConfig to view the
required parameters. |
HumanEvaluationConfig |
HumanEvaluationConfig.withCustomMetrics(Collection<HumanEvaluationCustomMetric> customMetrics)
A
HumanEvaluationCustomMetric object. |
HumanEvaluationConfig |
HumanEvaluationConfig.withCustomMetrics(HumanEvaluationCustomMetric... customMetrics)
A
HumanEvaluationCustomMetric object. |
HumanEvaluationConfig |
HumanEvaluationConfig.withDatasetMetricConfigs(Collection<EvaluationDatasetMetricConfig> datasetMetricConfigs)
Use to specify the metrics, task, and prompt dataset to be used in your model evaluation job.
|
HumanEvaluationConfig |
HumanEvaluationConfig.withDatasetMetricConfigs(EvaluationDatasetMetricConfig... datasetMetricConfigs)
Use to specify the metrics, task, and prompt dataset to be used in your model evaluation job.
|
HumanEvaluationConfig |
HumanEvaluationConfig.withHumanWorkflowConfig(HumanWorkflowConfig humanWorkflowConfig)
The parameters of the human workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationConfig.setHuman(HumanEvaluationConfig human)
Used to specify a model evaluation job that uses human workers.See
HumanEvaluationConfig to view the
required parameters. |
EvaluationConfig |
EvaluationConfig.withHuman(HumanEvaluationConfig human)
Used to specify a model evaluation job that uses human workers.See
HumanEvaluationConfig to view the
required parameters. |
Copyright © 2025. All rights reserved.