Uses of Class
software.amazon.awssdk.services.kendraranking.model.CreateRescoreExecutionPlanResponse
-
Packages that use CreateRescoreExecutionPlanResponse Package Description software.amazon.awssdk.services.kendraranking Amazon Kendra Intelligent Ranking uses Amazon Kendra semantic search capabilities to intelligently re-rank a search service's results. -
-
Uses of CreateRescoreExecutionPlanResponse in software.amazon.awssdk.services.kendraranking
Methods in software.amazon.awssdk.services.kendraranking that return CreateRescoreExecutionPlanResponse Modifier and Type Method Description default CreateRescoreExecutionPlanResponseKendraRankingClient. createRescoreExecutionPlan(Consumer<CreateRescoreExecutionPlanRequest.Builder> createRescoreExecutionPlanRequest)Creates a rescore execution plan.default CreateRescoreExecutionPlanResponseKendraRankingClient. createRescoreExecutionPlan(CreateRescoreExecutionPlanRequest createRescoreExecutionPlanRequest)Creates a rescore execution plan.Methods in software.amazon.awssdk.services.kendraranking that return types with arguments of type CreateRescoreExecutionPlanResponse Modifier and Type Method Description default CompletableFuture<CreateRescoreExecutionPlanResponse>KendraRankingAsyncClient. createRescoreExecutionPlan(Consumer<CreateRescoreExecutionPlanRequest.Builder> createRescoreExecutionPlanRequest)Creates a rescore execution plan.default CompletableFuture<CreateRescoreExecutionPlanResponse>KendraRankingAsyncClient. createRescoreExecutionPlan(CreateRescoreExecutionPlanRequest createRescoreExecutionPlanRequest)Creates a rescore execution plan.
-