Class: Aws::SageMaker::Types::ModelCardSecurityConfig

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Configure the security settings to protect model card data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

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

[1]: docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id

Returns:

  • (String)


30694
30695
30696
30697
30698
# File 'lib/aws-sdk-sagemaker/types.rb', line 30694

class ModelCardSecurityConfig < Struct.new(
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end