Uses of Class
software.amazon.awssdk.services.dynamodb.model.VectorIndexInfo
Packages that use VectorIndexInfo
-
Uses of VectorIndexInfo in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type VectorIndexInfoModifier and TypeMethodDescriptionfinal List<VectorIndexInfo>SourceTableFeatureDetails.vectorIndexes()The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type VectorIndexInfoModifier and TypeMethodDescriptionSourceTableFeatureDetails.Builder.vectorIndexes(VectorIndexInfo... vectorIndexes) The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type VectorIndexInfoModifier and TypeMethodDescriptionSourceTableFeatureDetails.Builder.vectorIndexes(Collection<VectorIndexInfo> vectorIndexes) The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.