View Source AWS.KendraRanking (aws-elixir v1.0.0)

Amazon Kendra Intelligent Ranking uses Amazon Kendra semantic search capabilities to intelligently re-rank a search service's results.

Summary

Functions

Gets information about a rescore execution plan.

Gets a list of tags associated with a specified resource.

Rescores or re-ranks search results from a search service such as OpenSearch (self managed).

Adds a specified tag to a specified rescore execution plan.

Removes a tag from a rescore execution plan.

Functions

Link to this function

create_rescore_execution_plan(client, input, options \\ [])

View Source

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.

Link to this function

delete_rescore_execution_plan(client, input, options \\ [])

View Source

Deletes a rescore execution plan.

A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API.

Link to this function

describe_rescore_execution_plan(client, input, options \\ [])

View Source

Gets information about a rescore execution plan.

A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API.

Link to this function

list_rescore_execution_plans(client, input, options \\ [])

View Source

Lists your rescore execution plans.

A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API.

Link to this function

list_tags_for_resource(client, input, options \\ [])

View Source

Gets 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.

Link to this function

rescore(client, input, options \\ [])

View Source

Rescores 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.

Link to this function

tag_resource(client, input, options \\ [])

View Source

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.

Link to this function

untag_resource(client, input, options \\ [])

View Source

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.

Link to this function

update_rescore_execution_plan(client, input, options \\ [])

View Source

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.