Uses of Interface
software.amazon.awssdk.services.dynamodb.model.SearchResultItem.Builder
Packages that use SearchResultItem.Builder
-
Uses of SearchResultItem.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SearchResultItem.BuilderModifier and TypeMethodDescriptionstatic SearchResultItem.BuilderSearchResultItem.builder()SearchResultItem.Builder.item(Map<String, AttributeValue> item) A map of attribute names toAttributeValueobjects, representing the projected attributes of the item returned by the vector search.The similarity score for this item relative to the search vector.SearchResultItem.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type SearchResultItem.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SearchResultItem.Builder>SearchResultItem.serializableBuilderClass()