Uses of Class
software.amazon.awscdk.services.s3vectors.CfnIndex.Builder
Packages that use CfnIndex.Builder
-
Uses of CfnIndex.Builder in software.amazon.awscdk.services.s3vectors
Methods in software.amazon.awscdk.services.s3vectors that return CfnIndex.BuilderModifier and TypeMethodDescriptionstatic CfnIndex.BuilderThe data type of the vectors to be inserted into the vector index.The dimensions of the vectors to be inserted into the vector index.CfnIndex.Builder.distanceMetric(String distanceMetric) The distance metric to be used for similarity search.CfnIndex.Builder.encryptionConfiguration(IResolvable encryptionConfiguration) The encryption configuration for a vector index.CfnIndex.Builder.encryptionConfiguration(CfnIndex.EncryptionConfigurationProperty encryptionConfiguration) The encryption configuration for a vector index.The name of the vector index to create.CfnIndex.Builder.metadataConfiguration(IResolvable metadataConfiguration) The metadata configuration for the vector index.CfnIndex.Builder.metadataConfiguration(CfnIndex.MetadataConfigurationProperty metadataConfiguration) The metadata configuration for the vector index.CfnIndex.Builder.vectorBucketArn(String vectorBucketArn) The Amazon Resource Name (ARN) of the vector bucket that contains the vector index.CfnIndex.Builder.vectorBucketName(String vectorBucketName) The name of the vector bucket that contains the vector index.