Module Values_1.ModelCardSecurityConfigSource

Configure the security settings to protect model card data.

Sourcetype nonrec t = {
  1. kmsKeyId : Values_0.KmsKeyId.t option;
    (*

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

    *)
}
Sourceval make : ?kmsKeyId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.KmsKeyId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t