Uses of Interface
software.amazon.awssdk.services.dynamodb.model.CreateVectorIndexAction.Builder
Packages that use CreateVectorIndexAction.Builder
-
Uses of CreateVectorIndexAction.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return CreateVectorIndexAction.BuilderModifier and TypeMethodDescriptionCreateVectorIndexAction.builder()CreateVectorIndexAction.Builder.dimensions(Long dimensions) The number of dimensions in each vector.CreateVectorIndexAction.Builder.distanceFunction(String distanceFunction) The distance function used to calculate similarity.CreateVectorIndexAction.Builder.distanceFunction(VectorDistanceFunction distanceFunction) The distance function used to calculate similarity.The name of the vector index.default CreateVectorIndexAction.BuilderCreateVectorIndexAction.Builder.projection(Consumer<Projection.Builder> projection) Specifies attributes that are copied (projected) from the table into the vector index.CreateVectorIndexAction.Builder.projection(Projection projection) Specifies attributes that are copied (projected) from the table into the vector index.CreateVectorIndexAction.Builder.searchSchema(Collection<SearchSchemaElement> searchSchema) The partition key and inline filter attribute definitions for the vector index.CreateVectorIndexAction.Builder.searchSchema(Consumer<SearchSchemaElement.Builder>... searchSchema) The partition key and inline filter attribute definitions for the vector index.CreateVectorIndexAction.Builder.searchSchema(SearchSchemaElement... searchSchema) The partition key and inline filter attribute definitions for the vector index.CreateVectorIndexAction.toBuilder()default CreateVectorIndexAction.BuilderCreateVectorIndexAction.Builder.vectorAttribute(Consumer<VectorAttributeDefinition.Builder> vectorAttribute) The attribute that contains vector embeddings.CreateVectorIndexAction.Builder.vectorAttribute(VectorAttributeDefinition vectorAttribute) The attribute that contains vector embeddings.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type CreateVectorIndexAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVectorIndexAction.Builder>CreateVectorIndexAction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type CreateVectorIndexAction.BuilderModifier and TypeMethodDescriptiondefault VectorIndexUpdate.BuilderVectorIndexUpdate.Builder.create(Consumer<CreateVectorIndexAction.Builder> create) The configuration for creating a new vector index on the table.