Uses of Class
software.amazon.awssdk.services.dynamodb.model.SearchVectorsRequest
Packages that use SearchVectorsRequest
Package
Description
-
Uses of SearchVectorsRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type SearchVectorsRequestModifier and TypeMethodDescriptiondefault 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.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. -
Uses of SearchVectorsRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type SearchVectorsRequestModifier and TypeMethodDescriptionSearchVectorsRequestMarshaller.marshall(SearchVectorsRequest searchVectorsRequest)