| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendraranking.model |
| Modifier and Type | Method and Description |
|---|---|
static RescoreExecutionPlanStatus |
RescoreExecutionPlanStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RescoreExecutionPlanStatus |
DescribeRescoreExecutionPlanResponse.status()
The current status of the rescore execution plan.
|
RescoreExecutionPlanStatus |
RescoreExecutionPlanSummary.status()
The current status of the rescore execution plan.
|
static RescoreExecutionPlanStatus |
RescoreExecutionPlanStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RescoreExecutionPlanStatus[] |
RescoreExecutionPlanStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RescoreExecutionPlanStatus> |
RescoreExecutionPlanStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRescoreExecutionPlanResponse.Builder |
DescribeRescoreExecutionPlanResponse.Builder.status(RescoreExecutionPlanStatus status)
The current status of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.status(RescoreExecutionPlanStatus status)
The current status of the rescore execution plan.
|
Copyright © 2023. All rights reserved.