Uses of Interface
software.amazon.awssdk.services.kendraranking.model.DescribeRescoreExecutionPlanRequest.Builder
-
Packages that use DescribeRescoreExecutionPlanRequest.Builder 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.model -
-
Uses of DescribeRescoreExecutionPlanRequest.Builder in software.amazon.awssdk.services.kendraranking
Method parameters in software.amazon.awssdk.services.kendraranking with type arguments of type DescribeRescoreExecutionPlanRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeRescoreExecutionPlanResponse>KendraRankingAsyncClient. describeRescoreExecutionPlan(Consumer<DescribeRescoreExecutionPlanRequest.Builder> describeRescoreExecutionPlanRequest)Gets information about a rescore execution plan.default DescribeRescoreExecutionPlanResponseKendraRankingClient. describeRescoreExecutionPlan(Consumer<DescribeRescoreExecutionPlanRequest.Builder> describeRescoreExecutionPlanRequest)Gets information about a rescore execution plan. -
Uses of DescribeRescoreExecutionPlanRequest.Builder in software.amazon.awssdk.services.kendraranking.model
Methods in software.amazon.awssdk.services.kendraranking.model that return DescribeRescoreExecutionPlanRequest.Builder Modifier and Type Method Description static DescribeRescoreExecutionPlanRequest.BuilderDescribeRescoreExecutionPlanRequest. builder()DescribeRescoreExecutionPlanRequest.BuilderDescribeRescoreExecutionPlanRequest.Builder. id(String id)The identifier of the rescore execution plan that you want to get information on.DescribeRescoreExecutionPlanRequest.BuilderDescribeRescoreExecutionPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeRescoreExecutionPlanRequest.BuilderDescribeRescoreExecutionPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeRescoreExecutionPlanRequest.BuilderDescribeRescoreExecutionPlanRequest. toBuilder()Methods in software.amazon.awssdk.services.kendraranking.model that return types with arguments of type DescribeRescoreExecutionPlanRequest.Builder Modifier and Type Method Description static Class<? extends DescribeRescoreExecutionPlanRequest.Builder>DescribeRescoreExecutionPlanRequest. serializableBuilderClass()
-