| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ScoreAttributes |
ScoreAttributes.clone() |
ScoreAttributes |
RetrieveResultItem.getScoreAttributes()
The confidence score bucket for a retrieved passage result.
|
ScoreAttributes |
QueryResultItem.getScoreAttributes()
Indicates the confidence level of Amazon Kendra providing a relevant result for the query.
|
ScoreAttributes |
ScoreAttributes.withScoreConfidence(ScoreConfidence scoreConfidence)
A relative ranking for how relevant the response is to the query.
|
ScoreAttributes |
ScoreAttributes.withScoreConfidence(String scoreConfidence)
A relative ranking for how relevant the response is to the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RetrieveResultItem.setScoreAttributes(ScoreAttributes scoreAttributes)
The confidence score bucket for a retrieved passage result.
|
void |
QueryResultItem.setScoreAttributes(ScoreAttributes scoreAttributes)
Indicates the confidence level of Amazon Kendra providing a relevant result for the query.
|
RetrieveResultItem |
RetrieveResultItem.withScoreAttributes(ScoreAttributes scoreAttributes)
The confidence score bucket for a retrieved passage result.
|
QueryResultItem |
QueryResultItem.withScoreAttributes(ScoreAttributes scoreAttributes)
Indicates the confidence level of Amazon Kendra providing a relevant result for the query.
|
Copyright © 2023. All rights reserved.