| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentAttributeValueCountPair> |
FacetResult.documentAttributeValueCountPairs()
An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents
that share the key value.
|
| Modifier and Type | Method and Description |
|---|---|
FacetResult.Builder |
FacetResult.Builder.documentAttributeValueCountPairs(DocumentAttributeValueCountPair... documentAttributeValueCountPairs)
An array of key/value pairs, where the key is the value of the attribute and the count is the number of
documents that share the key value.
|
| Modifier and Type | Method and Description |
|---|---|
FacetResult.Builder |
FacetResult.Builder.documentAttributeValueCountPairs(Collection<DocumentAttributeValueCountPair> documentAttributeValueCountPairs)
An array of key/value pairs, where the key is the value of the attribute and the count is the number of
documents that share the key value.
|
Copyright © 2023. All rights reserved.