| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationJobStatus |
EvaluationJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static EvaluationJobStatus |
EvaluationJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationJobStatus[] |
EvaluationJobStatus.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.withStatus(EvaluationJobStatus status)
The current status of the model evaluation job.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withStatus(EvaluationJobStatus status)
The status of the model evaluation job.
|
ListEvaluationJobsRequest |
ListEvaluationJobsRequest.withStatusEquals(EvaluationJobStatus statusEquals)
Only return jobs where the status condition is met.
|
Copyright © 2024. All rights reserved.