Class SearchResultItem<T>
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.SearchResultItem<T>
- Type Parameters:
T- The type of the mapped item.
A single vector search hit containing a mapped item and its similarity score.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
builder
-
item
The mapped item returned by the search operation. -
score
The similarity score for this item, as returned by the service. -
equals
-
hashCode
-