Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.NetworkConfigProperty
Packages that use CfnProcessingJob.NetworkConfigProperty
-
Uses of CfnProcessingJob.NetworkConfigProperty in software.amazon.awscdk.services.sagemaker
Classes in software.amazon.awscdk.services.sagemaker that implement CfnProcessingJob.NetworkConfigPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnProcessingJob.NetworkConfigProperty
Methods in software.amazon.awscdk.services.sagemaker that return CfnProcessingJob.NetworkConfigPropertyModifier and TypeMethodDescriptionCfnProcessingJob.NetworkConfigProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker with parameters of type CfnProcessingJob.NetworkConfigPropertyModifier and TypeMethodDescriptionCfnProcessingJob.Builder.networkConfig
(CfnProcessingJob.NetworkConfigProperty networkConfig) Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.CfnProcessingJobProps.Builder.networkConfig
(CfnProcessingJob.NetworkConfigProperty networkConfig) Sets the value ofCfnProcessingJobProps.getNetworkConfig()
void
CfnProcessingJob.setNetworkConfig
(CfnProcessingJob.NetworkConfigProperty value) Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.