Uses of Interface
software.amazon.awssdk.services.dynamodb.model.VectorIndexDescription.Builder
Packages that use VectorIndexDescription.Builder
-
Uses of VectorIndexDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return VectorIndexDescription.BuilderModifier and TypeMethodDescriptionVectorIndexDescription.Builder.backfilling(Boolean backfilling) Specifies whether the index is currently backfilling.VectorIndexDescription.builder()VectorIndexDescription.Builder.dimensions(Long dimensions) The number of dimensions in each vector.VectorIndexDescription.Builder.distanceFunction(String distanceFunction) The distance function used to calculate similarity between vectors.VectorIndexDescription.Builder.distanceFunction(VectorDistanceFunction distanceFunction) The distance function used to calculate similarity between vectors.The Amazon Resource Name (ARN) that uniquely identifies the vector index.The name of the vector index.VectorIndexDescription.Builder.indexSizeBytes(Long indexSizeBytes) The total size of the vector index, in bytes.VectorIndexDescription.Builder.indexStatus(String indexStatus) The current state of the vector index:VectorIndexDescription.Builder.indexStatus(IndexStatus indexStatus) The current state of the vector index:The number of items indexed in the vector index.default VectorIndexDescription.BuilderVectorIndexDescription.Builder.projection(Consumer<Projection.Builder> projection) Specifies attributes that are copied (projected) from the table into the vector index.VectorIndexDescription.Builder.projection(Projection projection) Specifies attributes that are copied (projected) from the table into the vector index.VectorIndexDescription.Builder.searchSchema(Collection<SearchSchemaElement> searchSchema) The search schema that defines partition key and inline filter attributes for the vector index.VectorIndexDescription.Builder.searchSchema(Consumer<SearchSchemaElement.Builder>... searchSchema) The search schema that defines partition key and inline filter attributes for the vector index.VectorIndexDescription.Builder.searchSchema(SearchSchemaElement... searchSchema) The search schema that defines partition key and inline filter attributes for the vector index.VectorIndexDescription.toBuilder()default VectorIndexDescription.BuilderVectorIndexDescription.Builder.vectorAttribute(Consumer<VectorAttributeDefinition.Builder> vectorAttribute) The vector attribute configuration for the index.VectorIndexDescription.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 VectorIndexDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VectorIndexDescription.Builder>VectorIndexDescription.serializableBuilderClass()