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