| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelCardSecurityConfig |
ModelCardSecurityConfig.clone() |
ModelCardSecurityConfig |
DescribeModelCardResult.getSecurityConfig()
The security configuration used to protect model card content.
|
ModelCardSecurityConfig |
CreateModelCardRequest.getSecurityConfig()
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated
workloads with highly sensitive data.
|
ModelCardSecurityConfig |
ModelDashboardModelCard.getSecurityConfig()
The KMS Key ID (
KMSKeyId) for encryption of model card information. |
ModelCardSecurityConfig |
ModelCard.getSecurityConfig()
The security configuration used to protect model card data.
|
ModelCardSecurityConfig |
ModelCardSecurityConfig.withKmsKeyId(String kmsKeyId)
A Key Management Service key ID to use for
encrypting a model card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeModelCardResult.setSecurityConfig(ModelCardSecurityConfig securityConfig)
The security configuration used to protect model card content.
|
void |
CreateModelCardRequest.setSecurityConfig(ModelCardSecurityConfig securityConfig)
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated
workloads with highly sensitive data.
|
void |
ModelDashboardModelCard.setSecurityConfig(ModelCardSecurityConfig securityConfig)
The KMS Key ID (
KMSKeyId) for encryption of model card information. |
void |
ModelCard.setSecurityConfig(ModelCardSecurityConfig securityConfig)
The security configuration used to protect model card data.
|
DescribeModelCardResult |
DescribeModelCardResult.withSecurityConfig(ModelCardSecurityConfig securityConfig)
The security configuration used to protect model card content.
|
CreateModelCardRequest |
CreateModelCardRequest.withSecurityConfig(ModelCardSecurityConfig securityConfig)
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated
workloads with highly sensitive data.
|
ModelDashboardModelCard |
ModelDashboardModelCard.withSecurityConfig(ModelCardSecurityConfig securityConfig)
The KMS Key ID (
KMSKeyId) for encryption of model card information. |
ModelCard |
ModelCard.withSecurityConfig(ModelCardSecurityConfig securityConfig)
The security configuration used to protect model card data.
|
Copyright © 2024. All rights reserved.