| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelCardSecurityConfig |
ModelDashboardModelCard.securityConfig()
The KMS Key ID (
KMSKeyId) for encryption of model card information. |
ModelCardSecurityConfig |
DescribeModelCardResponse.securityConfig()
The security configuration used to protect model card content.
|
ModelCardSecurityConfig |
ModelCard.securityConfig()
The security configuration used to protect model card data.
|
ModelCardSecurityConfig |
CreateModelCardRequest.securityConfig()
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated
workloads with highly sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
ModelDashboardModelCard.Builder |
ModelDashboardModelCard.Builder.securityConfig(ModelCardSecurityConfig securityConfig)
The KMS Key ID (
KMSKeyId) for encryption of model card information. |
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.securityConfig(ModelCardSecurityConfig securityConfig)
The security configuration used to protect model card content.
|
ModelCard.Builder |
ModelCard.Builder.securityConfig(ModelCardSecurityConfig securityConfig)
The security configuration used to protect model card data.
|
CreateModelCardRequest.Builder |
CreateModelCardRequest.Builder.securityConfig(ModelCardSecurityConfig securityConfig)
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated
workloads with highly sensitive data.
|
Copyright © 2022. All rights reserved.