@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonKendraRanking extends Object implements AmazonKendraRanking
AmazonKendraRanking. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateRescoreExecutionPlanResult |
createRescoreExecutionPlan(CreateRescoreExecutionPlanRequest request)
Creates a rescore execution plan.
|
DeleteRescoreExecutionPlanResult |
deleteRescoreExecutionPlan(DeleteRescoreExecutionPlanRequest request)
Deletes a rescore execution plan.
|
DescribeRescoreExecutionPlanResult |
describeRescoreExecutionPlan(DescribeRescoreExecutionPlanRequest request)
Gets information about a rescore execution plan.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListRescoreExecutionPlansResult |
listRescoreExecutionPlans(ListRescoreExecutionPlansRequest request)
Lists your rescore execution plans.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Gets a list of tags associated with a specified resource.
|
RescoreResult |
rescore(RescoreRequest request)
Rescores or re-ranks search results from a search service such as OpenSearch (self managed).
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds a specified tag to a specified rescore execution plan.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes a tag from a rescore execution plan.
|
UpdateRescoreExecutionPlanResult |
updateRescoreExecutionPlan(UpdateRescoreExecutionPlanRequest request)
Updates a rescore execution plan.
|
public CreateRescoreExecutionPlanResult createRescoreExecutionPlan(CreateRescoreExecutionPlanRequest request)
AmazonKendraRanking
Creates a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used
for provisioning the Rescore API. You set the number of capacity units that you require for Amazon
Kendra Intelligent Ranking to rescore or re-rank a search service's results.
For an example of using the CreateRescoreExecutionPlan API, including using the Python and Java
SDKs, see Semantically ranking
a search service's results.
createRescoreExecutionPlan in interface AmazonKendraRankingpublic DeleteRescoreExecutionPlanResult deleteRescoreExecutionPlan(DeleteRescoreExecutionPlanRequest request)
AmazonKendraRanking
Deletes a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used
for provisioning the Rescore API.
deleteRescoreExecutionPlan in interface AmazonKendraRankingpublic DescribeRescoreExecutionPlanResult describeRescoreExecutionPlan(DescribeRescoreExecutionPlanRequest request)
AmazonKendraRanking
Gets information about a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking
resource used for provisioning the Rescore API.
describeRescoreExecutionPlan in interface AmazonKendraRankingpublic ListRescoreExecutionPlansResult listRescoreExecutionPlans(ListRescoreExecutionPlansRequest request)
AmazonKendraRanking
Lists your rescore execution plans. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource
used for provisioning the Rescore API.
listRescoreExecutionPlans in interface AmazonKendraRankingpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonKendraRankingGets a list of tags associated with a specified resource. A rescore execution plan is an example of a resource that can have tags associated with it.
listTagsForResource in interface AmazonKendraRankingrequest - The request information for listing tags associated with a rescore execution plan. A rescore execution
plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API.public RescoreResult rescore(RescoreRequest request)
AmazonKendraRankingRescores or re-ranks search results from a search service such as OpenSearch (self managed). You use the semantic search capabilities of Amazon Kendra Intelligent Ranking to improve the search service's results.
rescore in interface AmazonKendraRankingpublic TagResourceResult tagResource(TagResourceRequest request)
AmazonKendraRanking
Adds a specified tag to a specified rescore execution plan. A rescore execution plan is an Amazon Kendra
Intelligent Ranking resource used for provisioning the Rescore API. If the tag already exists, the
existing value is replaced with the new value.
tagResource in interface AmazonKendraRankingrequest - The request information for tagging a rescore execution plan. A rescore execution plan is an Amazon Kendra
Intelligent Ranking resource used for provisioning the Rescore API.public UntagResourceResult untagResource(UntagResourceRequest request)
AmazonKendraRanking
Removes a tag from a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking
resource used for provisioning the Rescore operation.
untagResource in interface AmazonKendraRankingrequest - The request information to remove a tag from a rescore execution plan. A rescore execution plan is an
Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API.public UpdateRescoreExecutionPlanResult updateRescoreExecutionPlan(UpdateRescoreExecutionPlanRequest request)
AmazonKendraRanking
Updates a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used
for provisioning the Rescore API. You can update the number of capacity units you require for Amazon
Kendra Intelligent Ranking to rescore or re-rank a search service's results.
updateRescoreExecutionPlan in interface AmazonKendraRankingpublic void shutdown()
AmazonKendraRankingshutdown in interface AmazonKendraRankingpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonKendraRankingResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonKendraRankingrequest - The originally executed request.