ModelCardSecurityConfigArgs

data class ModelCardSecurityConfigArgs(val kmsKeyId: Output<String>? = null) : ConvertibleToJava<ModelCardSecurityConfigArgs>

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: Output<String>? = null)

Properties

Link copied to clipboard
val kmsKeyId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ModelCardSecurityConfigArgs