| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ScoreAttributes.Builder |
ScoreAttributes.builder() |
ScoreAttributes.Builder |
ScoreAttributes.Builder.scoreConfidence(ScoreConfidence scoreConfidence)
A relative ranking for how well the response matches the query.
|
ScoreAttributes.Builder |
ScoreAttributes.Builder.scoreConfidence(String scoreConfidence)
A relative ranking for how well the response matches the query.
|
ScoreAttributes.Builder |
ScoreAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScoreAttributes.Builder> |
ScoreAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default QueryResultItem.Builder |
QueryResultItem.Builder.scoreAttributes(Consumer<ScoreAttributes.Builder> scoreAttributes)
Indicates the confidence that Amazon Kendra has that a result matches the query that you provided.
|
Copyright © 2023. All rights reserved.