Uses of Class
software.amazon.awssdk.services.dynamodb.model.SearchVectorsResponse
Packages that use SearchVectorsResponse
-
Uses of SearchVectorsResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return SearchVectorsResponseModifier and TypeMethodDescriptiondefault SearchVectorsResponseDynamoDbClient.searchVectors(Consumer<SearchVectorsRequest.Builder> searchVectorsRequest) Performs a vector similarity search on a vector index associated with an Amazon DynamoDB table, and returns the most similar items sorted by similarity score based on the distance function configured for the index.default SearchVectorsResponseDynamoDbClient.searchVectors(SearchVectorsRequest searchVectorsRequest) Performs a vector similarity search on a vector index associated with an Amazon DynamoDB table, and returns the most similar items sorted by similarity score based on the distance function configured for the index.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type SearchVectorsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<SearchVectorsResponse>DynamoDbAsyncClient.searchVectors(Consumer<SearchVectorsRequest.Builder> searchVectorsRequest) Performs a vector similarity search on a vector index associated with an Amazon DynamoDB table, and returns the most similar items sorted by similarity score based on the distance function configured for the index.default CompletableFuture<SearchVectorsResponse>DynamoDbAsyncClient.searchVectors(SearchVectorsRequest searchVectorsRequest) Performs a vector similarity search on a vector index associated with an Amazon DynamoDB table, and returns the most similar items sorted by similarity score based on the distance function configured for the index.