Uses of Class
software.amazon.awssdk.services.kendraranking.model.RescoreExecutionPlanStatus
-
Packages that use RescoreExecutionPlanStatus Package Description software.amazon.awssdk.services.kendraranking.model -
-
Uses of RescoreExecutionPlanStatus in software.amazon.awssdk.services.kendraranking.model
Methods in software.amazon.awssdk.services.kendraranking.model that return RescoreExecutionPlanStatus Modifier and Type Method Description static RescoreExecutionPlanStatusRescoreExecutionPlanStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RescoreExecutionPlanStatusDescribeRescoreExecutionPlanResponse. status()The current status of the rescore execution plan.RescoreExecutionPlanStatusRescoreExecutionPlanSummary. status()The current status of the rescore execution plan.static RescoreExecutionPlanStatusRescoreExecutionPlanStatus. 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.Methods in software.amazon.awssdk.services.kendraranking.model that return types with arguments of type RescoreExecutionPlanStatus Modifier and Type Method Description static Set<RescoreExecutionPlanStatus>RescoreExecutionPlanStatus. knownValues()Methods in software.amazon.awssdk.services.kendraranking.model with parameters of type RescoreExecutionPlanStatus Modifier and Type Method Description DescribeRescoreExecutionPlanResponse.BuilderDescribeRescoreExecutionPlanResponse.Builder. status(RescoreExecutionPlanStatus status)The current status of the rescore execution plan.RescoreExecutionPlanSummary.BuilderRescoreExecutionPlanSummary.Builder. status(RescoreExecutionPlanStatus status)The current status of the rescore execution plan.
-