| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelPackageSecurityConfig |
ModelPackageSecurityConfig.clone() |
ModelPackageSecurityConfig |
ModelPackage.getSecurityConfig() |
ModelPackageSecurityConfig |
DescribeModelPackageResult.getSecurityConfig()
The KMS Key ID (
KMSKeyId) used for encryption of model package information. |
ModelPackageSecurityConfig |
CreateModelPackageRequest.getSecurityConfig()
The KMS Key ID (
KMSKeyId) used for encryption of model package information. |
ModelPackageSecurityConfig |
ModelPackageSecurityConfig.withKmsKeyId(String kmsKeyId)
The KMS Key ID (
KMSKeyId) used for encryption of model package information. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelPackage.setSecurityConfig(ModelPackageSecurityConfig securityConfig) |
void |
DescribeModelPackageResult.setSecurityConfig(ModelPackageSecurityConfig securityConfig)
The KMS Key ID (
KMSKeyId) used for encryption of model package information. |
void |
CreateModelPackageRequest.setSecurityConfig(ModelPackageSecurityConfig securityConfig)
The KMS Key ID (
KMSKeyId) used for encryption of model package information. |
ModelPackage |
ModelPackage.withSecurityConfig(ModelPackageSecurityConfig securityConfig) |
DescribeModelPackageResult |
DescribeModelPackageResult.withSecurityConfig(ModelPackageSecurityConfig securityConfig)
The KMS Key ID (
KMSKeyId) used for encryption of model package information. |
CreateModelPackageRequest |
CreateModelPackageRequest.withSecurityConfig(ModelPackageSecurityConfig securityConfig)
The KMS Key ID (
KMSKeyId) used for encryption of model package information. |
Copyright © 2024. All rights reserved.