Package-level declarations

Types

Link copied to clipboard
data class EncryptionConfiguration(val kmsKeyArn: String? = null, val sseType: String? = null)

Configuration for encryption at rest

Link copied to clipboard
data class ListVectorBucketsResponse(vectorBucketsArray: JsonArray, val nextToken: String? = null)

Response from listing vector buckets

Link copied to clipboard
data class VectorBucket(val vectorBucketName: String, val creationTime: Instant? = null, val encryptionConfiguration: EncryptionConfiguration? = null)

Vector bucket metadata

Link copied to clipboard

Options for fetching vector buckets