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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (String)


30664
30665
30666
30667
30668
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30664

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