| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfig |
NetworkConfig.clone() |
NetworkConfig |
ProcessingJob.getNetworkConfig() |
NetworkConfig |
MonitoringJobDefinition.getNetworkConfig()
Specifies networking options for an monitoring job.
|
NetworkConfig |
DescribeProcessingJobResult.getNetworkConfig()
Networking options for a processing job.
|
NetworkConfig |
CreateProcessingJobRequest.getNetworkConfig()
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.
|
NetworkConfig |
NetworkConfig.withEnableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)
Whether to encrypt all communications between distributed processing jobs.
|
NetworkConfig |
NetworkConfig.withEnableNetworkIsolation(Boolean enableNetworkIsolation)
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
|
NetworkConfig |
NetworkConfig.withVpcConfig(VpcConfig vpcConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingJob.setNetworkConfig(NetworkConfig networkConfig) |
void |
MonitoringJobDefinition.setNetworkConfig(NetworkConfig networkConfig)
Specifies networking options for an monitoring job.
|
void |
DescribeProcessingJobResult.setNetworkConfig(NetworkConfig networkConfig)
Networking options for a processing job.
|
void |
CreateProcessingJobRequest.setNetworkConfig(NetworkConfig 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.
|
ProcessingJob |
ProcessingJob.withNetworkConfig(NetworkConfig networkConfig) |
MonitoringJobDefinition |
MonitoringJobDefinition.withNetworkConfig(NetworkConfig networkConfig)
Specifies networking options for an monitoring job.
|
DescribeProcessingJobResult |
DescribeProcessingJobResult.withNetworkConfig(NetworkConfig networkConfig)
Networking options for a processing job.
|
CreateProcessingJobRequest |
CreateProcessingJobRequest.withNetworkConfig(NetworkConfig 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.
|
Copyright © 2023. All rights reserved.