Class: Aws::SageMaker::Types::ModelCardSecurityConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelCardSecurityConfig
- 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
-
#kms_key_id ⇒ String
A Key Management Service [key ID] to use for encrypting a model card.
Instance Attribute Details
#kms_key_id ⇒ String
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
32273 32274 32275 32276 32277 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32273 class ModelCardSecurityConfig < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end |