| Package | Description |
|---|---|
| com.amazonaws.services.kendraranking.model |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.clone() |
Document |
Document.withBody(String body)
The body text of the search service's document.
|
Document |
Document.withGroupId(String groupId)
The optional group identifier of the document from the search service.
|
Document |
Document.withId(String id)
The identifier of the document from the search service.
|
Document |
Document.withOriginalScore(Float originalScore)
The original document score or rank from the search service.
|
Document |
Document.withTitle(String title)
The title of the search service's document.
|
Document |
Document.withTokenizedBody(Collection<String> tokenizedBody)
The body text of the search service's document represented as a list of tokens or words.
|
Document |
Document.withTokenizedBody(String... tokenizedBody)
The body text of the search service's document represented as a list of tokens or words.
|
Document |
Document.withTokenizedTitle(Collection<String> tokenizedTitle)
The title of the search service's document represented as a list of tokens or words.
|
Document |
Document.withTokenizedTitle(String... tokenizedTitle)
The title of the search service's document represented as a list of tokens or words.
|
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
RescoreRequest.getDocuments()
The list of documents for Amazon Kendra Intelligent Ranking to rescore or rank on.
|
| Modifier and Type | Method and Description |
|---|---|
RescoreRequest |
RescoreRequest.withDocuments(Document... documents)
The list of documents for Amazon Kendra Intelligent Ranking to rescore or rank on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RescoreRequest.setDocuments(Collection<Document> documents)
The list of documents for Amazon Kendra Intelligent Ranking to rescore or rank on.
|
RescoreRequest |
RescoreRequest.withDocuments(Collection<Document> documents)
The list of documents for Amazon Kendra Intelligent Ranking to rescore or rank on.
|
Copyright © 2023. All rights reserved.