Class: Aws::SageMaker::Types::ModelCardSecurityConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelCardSecurityConfig
- 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
-
#kms_key_id ⇒ String
A Key Management Service [key ID][1] 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.
32346 32347 32348 32349 32350 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32346 class ModelCardSecurityConfig < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end |