View a markdown version of this page

SearchResultItem - Amazon DynamoDB
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

SearchResultItem

A single result from a SearchVectors operation.

Contents

Note

In the following list, the required parameters are described first.

Item

A map of attribute names to AttributeValue objects, representing the projected attributes of the item returned by the vector search.

Type: String to AttributeValue object map

Key Length Constraints: Maximum length of 65535.

Required: No

Score

The similarity score for this item relative to the search vector. The interpretation depends on the distance function configured for the vector index.

Type: Double

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: