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