ModelCardSecurityConfig

data class ModelCardSecurityConfig(val kmsKeyId: String? = null)

An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.

Constructors

Link copied to clipboard
constructor(kmsKeyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

A Key Management Service key ID to use for encrypting a model card.