Uses of Class
software.amazon.awssdk.services.kendraranking.model.DescribeRescoreExecutionPlanResponse
-
Packages that use DescribeRescoreExecutionPlanResponse 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 DescribeRescoreExecutionPlanResponse in software.amazon.awssdk.services.kendraranking
Methods in software.amazon.awssdk.services.kendraranking that return DescribeRescoreExecutionPlanResponse Modifier and Type Method Description default DescribeRescoreExecutionPlanResponseKendraRankingClient. describeRescoreExecutionPlan(Consumer<DescribeRescoreExecutionPlanRequest.Builder> describeRescoreExecutionPlanRequest)Gets information about a rescore execution plan.default DescribeRescoreExecutionPlanResponseKendraRankingClient. describeRescoreExecutionPlan(DescribeRescoreExecutionPlanRequest describeRescoreExecutionPlanRequest)Gets information about a rescore execution plan.Methods in software.amazon.awssdk.services.kendraranking that return types with arguments of type DescribeRescoreExecutionPlanResponse Modifier and Type Method Description default CompletableFuture<DescribeRescoreExecutionPlanResponse>KendraRankingAsyncClient. describeRescoreExecutionPlan(Consumer<DescribeRescoreExecutionPlanRequest.Builder> describeRescoreExecutionPlanRequest)Gets information about a rescore execution plan.default CompletableFuture<DescribeRescoreExecutionPlanResponse>KendraRankingAsyncClient. describeRescoreExecutionPlan(DescribeRescoreExecutionPlanRequest describeRescoreExecutionPlanRequest)Gets information about a rescore execution plan.
-