| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLSecurityConfig |
AutoMLSecurityConfig.clone() |
AutoMLSecurityConfig |
AutoMLJobConfig.getSecurityConfig()
The security configuration for traffic encryption or Amazon VPC settings.
|
AutoMLSecurityConfig |
AutoMLSecurityConfig.withEnableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)
Whether to use traffic encryption between the container layers.
|
AutoMLSecurityConfig |
AutoMLSecurityConfig.withVolumeKmsKeyId(String volumeKmsKeyId)
The key used to encrypt stored data.
|
AutoMLSecurityConfig |
AutoMLSecurityConfig.withVpcConfig(VpcConfig vpcConfig)
The VPC configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoMLJobConfig.setSecurityConfig(AutoMLSecurityConfig securityConfig)
The security configuration for traffic encryption or Amazon VPC settings.
|
AutoMLJobConfig |
AutoMLJobConfig.withSecurityConfig(AutoMLSecurityConfig securityConfig)
The security configuration for traffic encryption or Amazon VPC settings.
|
Copyright © 2022. All rights reserved.