Uses of Interface
software.amazon.awssdk.services.dynamodb.model.VectorIndex.Builder
Packages that use VectorIndex.Builder
-
Uses of VectorIndex.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return VectorIndex.BuilderModifier and TypeMethodDescriptionstatic VectorIndex.BuilderVectorIndex.builder()VectorIndex.Builder.dimensions(Long dimensions) The number of dimensions in each vector.VectorIndex.Builder.distanceFunction(String distanceFunction) The distance function used to calculate similarity between vectors.VectorIndex.Builder.distanceFunction(VectorDistanceFunction distanceFunction) The distance function used to calculate similarity between vectors.The name of the vector index.default VectorIndex.BuilderVectorIndex.Builder.projection(Consumer<Projection.Builder> projection) Specifies attributes that are copied (projected) from the table into the vector index.VectorIndex.Builder.projection(Projection projection) Specifies attributes that are copied (projected) from the table into the vector index.VectorIndex.Builder.searchSchema(Collection<SearchSchemaElement> searchSchema) The search schema that defines partition key and inline filter attributes for the vector index.VectorIndex.Builder.searchSchema(Consumer<SearchSchemaElement.Builder>... searchSchema) The search schema that defines partition key and inline filter attributes for the vector index.VectorIndex.Builder.searchSchema(SearchSchemaElement... searchSchema) The search schema that defines partition key and inline filter attributes for the vector index.VectorIndex.toBuilder()default VectorIndex.BuilderVectorIndex.Builder.vectorAttribute(Consumer<VectorAttributeDefinition.Builder> vectorAttribute) The vector attribute configuration for the index.VectorIndex.Builder.vectorAttribute(VectorAttributeDefinition vectorAttribute) The vector attribute configuration for the index.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type VectorIndex.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VectorIndex.Builder>VectorIndex.serializableBuilderClass()