Uses of Interface
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnProcessingJobPropsMixin.NetworkConfigProperty
Packages that use CfnProcessingJobPropsMixin.NetworkConfigProperty
-
Uses of CfnProcessingJobPropsMixin.NetworkConfigProperty in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Classes in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that implement CfnProcessingJobPropsMixin.NetworkConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnProcessingJobPropsMixin.NetworkConfigPropertyMethods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnProcessingJobPropsMixin.NetworkConfigPropertyModifier and TypeMethodDescriptionCfnProcessingJobPropsMixin.NetworkConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker with parameters of type CfnProcessingJobPropsMixin.NetworkConfigPropertyModifier and TypeMethodDescriptionCfnProcessingJobMixinProps.Builder.networkConfig(CfnProcessingJobPropsMixin.NetworkConfigProperty networkConfig) Sets the value ofCfnProcessingJobMixinProps.getNetworkConfig()CfnProcessingJobPropsMixin.Builder.networkConfig(CfnProcessingJobPropsMixin.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.