Integer rescoreCapacityUnits
The amount of extra capacity for your rescore execution plan.
A single extra capacity unit for a rescore execution plan provides 0.01 rescore requests per second. You can add up to 1000 extra capacity units.
String name
A name for the rescore execution plan.
String description
A description for the rescore execution plan.
CapacityUnitsConfiguration capacityUnits
You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.
List<E> tags
A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
String clientToken
A token that you provide to identify the request to create a rescore execution plan. Multiple calls to the
CreateRescoreExecutionPlanRequest API with the same client token will create only one rescore
execution plan.
String id
The identifier of the rescore execution plan that you want to delete.
String id
The identifier of the rescore execution plan that you want to get information on.
String id
The identifier of the rescore execution plan.
String arn
The Amazon Resource Name (ARN) of the rescore execution plan.
String name
The name for the rescore execution plan.
String description
The description for the rescore execution plan.
CapacityUnitsConfiguration capacityUnits
The capacity units set for the rescore execution plan. A capacity of zero indicates that the rescore execution plan is using the default capacity. For more information on the default capacity and additional capacity units, see Adjusting capacity.
Date createdAt
The Unix timestamp of when the rescore execution plan was created.
Date updatedAt
The Unix timestamp of when the rescore execution plan was last updated.
String status
The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution
plan is ready for use. If the Status field value is FAILED, the
ErrorMessage field contains a message that explains why.
String errorMessage
When the Status field value is FAILED, the ErrorMessage field contains a
message that explains why.
String id
The identifier of the document from the search service.
String groupId
The optional group identifier of the document from the search service. Documents with the same group identifier are grouped together and processed as one document within the service.
String title
The title of the search service's document.
String body
The body text of the search service's document.
List<E> tokenizedTitle
The title of the search service's document represented as a list of tokens or words. You must choose to provide
Title or TokenizedTitle. You cannot provide both.
List<E> tokenizedBody
The body text of the search service's document represented as a list of tokens or words. You must choose to
provide Body or TokenizedBody. You cannot provide both.
Float originalScore
The original document score or rank from the search service. Amazon Kendra Intelligent Ranking gives the document a new score or rank based on its intelligent search algorithms.
String nextToken
If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response. You can use this pagination token to retrieve the next set of rescore execution plans.
Integer maxResults
The maximum number of rescore execution plans to return.
String resourceARN
The Amazon Resource Name (ARN) of the rescore execution plan to get a list of tags for.
String name
The name of the rescore execution plan.
String id
The identifier of the rescore execution plan.
Date createdAt
The Unix timestamp when the rescore execution plan was created.
Date updatedAt
The Unix timestamp when the rescore execution plan was last updated.
String status
The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution
plan is ready for use.
String rescoreExecutionPlanId
The identifier of the rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking
resource used for provisioning the Rescore API.
String searchQuery
The input query from the search service.
List<E> documents
The list of documents for Amazon Kendra Intelligent Ranking to rescore or rank on.
String rescoreId
The identifier associated with the scores that Amazon Kendra Intelligent Ranking gives to the results. Amazon Kendra Intelligent Ranking rescores or re-ranks the results for the search service.
List<E> resultItems
A list of result items for documents with new relevancy scores. The results are in descending order.
String id
The identifier of the rescore execution plan that you want to update.
String name
A new name for the rescore execution plan.
String description
A new description for the rescore execution plan.
CapacityUnitsConfiguration capacityUnits
You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.
Copyright © 2023. All rights reserved.