| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkConfig.Builder |
NetworkConfig.builder() |
NetworkConfig.Builder |
NetworkConfig.Builder.enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)
Whether to encrypt all communications between distributed processing jobs.
|
NetworkConfig.Builder |
NetworkConfig.Builder.enableNetworkIsolation(Boolean enableNetworkIsolation)
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
|
NetworkConfig.Builder |
NetworkConfig.toBuilder() |
default NetworkConfig.Builder |
NetworkConfig.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Sets the value of the VpcConfig property for this object.
|
NetworkConfig.Builder |
NetworkConfig.Builder.vpcConfig(VpcConfig vpcConfig)
Sets the value of the VpcConfig property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkConfig.Builder> |
NetworkConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.networkConfig(Consumer<NetworkConfig.Builder> networkConfig)
Networking options for a processing job, such as whether to allow inbound and outbound network calls to and
from processing containers, and the VPC subnets and security groups to use for VPC-enabled processing jobs.
|
default ProcessingJob.Builder |
ProcessingJob.Builder.networkConfig(Consumer<NetworkConfig.Builder> networkConfig)
Sets the value of the NetworkConfig property for this object.
|
default DescribeProcessingJobResponse.Builder |
DescribeProcessingJobResponse.Builder.networkConfig(Consumer<NetworkConfig.Builder> networkConfig)
Networking options for a processing job.
|
default MonitoringJobDefinition.Builder |
MonitoringJobDefinition.Builder.networkConfig(Consumer<NetworkConfig.Builder> networkConfig)
Specifies networking options for an monitoring job.
|
Copyright © 2023. All rights reserved.