| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationConfig |
EvaluationConfig.clone() |
EvaluationConfig |
GetEvaluationJobResult.getEvaluationConfig()
Contains details about the type of model evaluation job, the metrics used, the task type selected, the datasets
used, and any custom metrics you defined.
|
EvaluationConfig |
CreateEvaluationJobRequest.getEvaluationConfig()
Specifies whether the model evaluation job is automatic or uses human worker.
|
EvaluationConfig |
EvaluationConfig.withAutomated(AutomatedEvaluationConfig automated)
Used to specify an automated model evaluation job.
|
EvaluationConfig |
EvaluationConfig.withHuman(HumanEvaluationConfig human)
Used to specify a model evaluation job that uses human workers.See
HumanEvaluationConfig to view the
required parameters. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetEvaluationJobResult.setEvaluationConfig(EvaluationConfig evaluationConfig)
Contains details about the type of model evaluation job, the metrics used, the task type selected, the datasets
used, and any custom metrics you defined.
|
void |
CreateEvaluationJobRequest.setEvaluationConfig(EvaluationConfig evaluationConfig)
Specifies whether the model evaluation job is automatic or uses human worker.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withEvaluationConfig(EvaluationConfig evaluationConfig)
Contains details about the type of model evaluation job, the metrics used, the task type selected, the datasets
used, and any custom metrics you defined.
|
CreateEvaluationJobRequest |
CreateEvaluationJobRequest.withEvaluationConfig(EvaluationConfig evaluationConfig)
Specifies whether the model evaluation job is automatic or uses human worker.
|
Copyright © 2024. All rights reserved.