Uses of Class
software.amazon.awssdk.services.dynamodb.model.SearchResultItem
Packages that use SearchResultItem
-
Uses of SearchResultItem in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type SearchResultItemModifier and TypeMethodDescriptionfinal List<SearchResultItem>SearchVectorsResponse.searchResults()A list of items returned by the vector similarity search, sorted by similarity with the most similar item first.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type SearchResultItemModifier and TypeMethodDescriptionSearchVectorsResponse.Builder.searchResults(SearchResultItem... searchResults) A list of items returned by the vector similarity search, sorted by similarity with the most similar item first.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type SearchResultItemModifier and TypeMethodDescriptionSearchVectorsResponse.Builder.searchResults(Collection<SearchResultItem> searchResults) A list of items returned by the vector similarity search, sorted by similarity with the most similar item first.