Class SearchVectorsEnhancedResponse<T>
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.SearchVectorsEnhancedResponse<T>
- Type Parameters:
T- The type of the mapped items in the search results.
Response from a vector search when using
searchVectorsWithResponse on a vector index handle.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> SearchVectorsEnhancedResponse.Builder<T> builder()Vector search capacity consumed by the operation, when returned by the service.booleaninthashCode()results()The search hits, each containing a mapped item and similarity score.
-
Method Details
-
builder
-
results
The search hits, each containing a mapped item and similarity score. -
consumedCapacity
Vector search capacity consumed by the operation, when returned by the service.- See Also:
-
equals
-
hashCode
-