Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.VectorIndexMetadata.Builder
Packages that use VectorIndexMetadata.Builder
-
Uses of VectorIndexMetadata.Builder in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return VectorIndexMetadata.BuilderModifier and TypeMethodDescriptionVectorIndexMetadata.Builder.addSearchSchemaElement(SearchSchemaElement element) Adds a single search schema element to this vector index definition.static VectorIndexMetadata.BuilderVectorIndexMetadata.builder()VectorIndexMetadata.Builder.dimensions(int dimensions) VectorIndexMetadata.Builder.distanceFunction(DistanceFunction distanceFunction) VectorIndexMetadata.Builder.projection(Projection projection) VectorIndexMetadata.Builder.searchSchemaElements(List<SearchSchemaElement> searchSchemaElements) VectorIndexMetadata.toBuilder()VectorIndexMetadata.Builder.vectorAttributeName(String vectorAttributeName)