| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ScoreAttributes |
ScoreAttributes.clone() |
ScoreAttributes |
QueryResultItem.getScoreAttributes()
Indicates the confidence that Amazon Kendra has that a result matches the query that you provided.
|
ScoreAttributes |
ScoreAttributes.withScoreConfidence(ScoreConfidence scoreConfidence)
A relative ranking for how well the response matches the query.
|
ScoreAttributes |
ScoreAttributes.withScoreConfidence(String scoreConfidence)
A relative ranking for how well the response matches the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResultItem.setScoreAttributes(ScoreAttributes scoreAttributes)
Indicates the confidence that Amazon Kendra has that a result matches the query that you provided.
|
QueryResultItem |
QueryResultItem.withScoreAttributes(ScoreAttributes scoreAttributes)
Indicates the confidence that Amazon Kendra has that a result matches the query that you provided.
|
Copyright © 2023. All rights reserved.