| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateRescoreExecutionPlanResponse> |
KendraRankingAsyncClient.updateRescoreExecutionPlan(Consumer<UpdateRescoreExecutionPlanRequest.Builder> updateRescoreExecutionPlanRequest)
Updates a rescore execution plan.
|
default UpdateRescoreExecutionPlanResponse |
KendraRankingClient.updateRescoreExecutionPlan(Consumer<UpdateRescoreExecutionPlanRequest.Builder> updateRescoreExecutionPlanRequest)
Updates a rescore execution plan.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateRescoreExecutionPlanRequest.Builder |
UpdateRescoreExecutionPlanRequest.builder() |
UpdateRescoreExecutionPlanRequest.Builder |
UpdateRescoreExecutionPlanRequest.Builder.capacityUnits(CapacityUnitsConfiguration capacityUnits)
You can set additional capacity units to meet the needs of your rescore execution plan.
|
default UpdateRescoreExecutionPlanRequest.Builder |
UpdateRescoreExecutionPlanRequest.Builder.capacityUnits(Consumer<CapacityUnitsConfiguration.Builder> capacityUnits)
You can set additional capacity units to meet the needs of your rescore execution plan.
|
UpdateRescoreExecutionPlanRequest.Builder |
UpdateRescoreExecutionPlanRequest.Builder.description(String description)
A new description for the rescore execution plan.
|
UpdateRescoreExecutionPlanRequest.Builder |
UpdateRescoreExecutionPlanRequest.Builder.id(String id)
The identifier of the rescore execution plan that you want to update.
|
UpdateRescoreExecutionPlanRequest.Builder |
UpdateRescoreExecutionPlanRequest.Builder.name(String name)
A new name for the rescore execution plan.
|
UpdateRescoreExecutionPlanRequest.Builder |
UpdateRescoreExecutionPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRescoreExecutionPlanRequest.Builder |
UpdateRescoreExecutionPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRescoreExecutionPlanRequest.Builder |
UpdateRescoreExecutionPlanRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateRescoreExecutionPlanRequest.Builder> |
UpdateRescoreExecutionPlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.