| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationJobType |
EvaluationJobType.fromValue(String value)
Use this in place of valueOf.
|
static EvaluationJobType |
EvaluationJobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationJobType[] |
EvaluationJobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationSummary |
EvaluationSummary.withJobType(EvaluationJobType jobType)
The type, either human or automatic, of model evaluation job.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withJobType(EvaluationJobType jobType)
The type of model evaluation job.
|
Copyright © 2025. All rights reserved.