| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfig |
DescribeProcessingJobResponse.networkConfig()
Networking options for a processing job.
|
NetworkConfig |
CreateProcessingJobRequest.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.
|
NetworkConfig |
ProcessingJob.networkConfig()
Returns the value of the NetworkConfig property for this object.
|
NetworkConfig |
MonitoringJobDefinition.networkConfig()
Specifies networking options for an monitoring job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProcessingJobResponse.Builder |
DescribeProcessingJobResponse.Builder.networkConfig(NetworkConfig networkConfig)
Networking options for a processing job.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.networkConfig(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.Builder |
ProcessingJob.Builder.networkConfig(NetworkConfig networkConfig)
Sets the value of the NetworkConfig property for this object.
|
MonitoringJobDefinition.Builder |
MonitoringJobDefinition.Builder.networkConfig(NetworkConfig networkConfig)
Specifies networking options for an monitoring job.
|
Copyright © 2021. All rights reserved.