Uses of Class
software.amazon.awssdk.services.sagemaker.model.NetworkConfig
-
Packages that use NetworkConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of NetworkConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return NetworkConfig Modifier and Type Method Description NetworkConfigCreateProcessingJobRequest. 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.NetworkConfigDescribeProcessingJobResponse. networkConfig()Networking options for a processing job.NetworkConfigMonitoringJobDefinition. networkConfig()Specifies networking options for an monitoring job.NetworkConfigProcessingJob. networkConfig()Returns the value of the NetworkConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type NetworkConfig Modifier and Type Method Description CreateProcessingJobRequest.BuilderCreateProcessingJobRequest.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.DescribeProcessingJobResponse.BuilderDescribeProcessingJobResponse.Builder. networkConfig(NetworkConfig networkConfig)Networking options for a processing job.MonitoringJobDefinition.BuilderMonitoringJobDefinition.Builder. networkConfig(NetworkConfig networkConfig)Specifies networking options for an monitoring job.ProcessingJob.BuilderProcessingJob.Builder. networkConfig(NetworkConfig networkConfig)Sets the value of the NetworkConfig property for this object.
-