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