Uses of Interface
software.amazon.awssdk.services.sagemaker.model.NetworkConfig.Builder
-
Packages that use NetworkConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of NetworkConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return NetworkConfig.Builder Modifier and Type Method Description static NetworkConfig.BuilderNetworkConfig. builder()NetworkConfig.BuilderNetworkConfig.Builder. enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)Whether to encrypt all communications between distributed processing jobs.NetworkConfig.BuilderNetworkConfig.Builder. enableNetworkIsolation(Boolean enableNetworkIsolation)Whether to allow inbound and outbound network calls to and from the containers used for the processing job.NetworkConfig.BuilderNetworkConfig. toBuilder()default NetworkConfig.BuilderNetworkConfig.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)Sets the value of the VpcConfig property for this object.NetworkConfig.BuilderNetworkConfig.Builder. vpcConfig(VpcConfig vpcConfig)Sets the value of the VpcConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type NetworkConfig.Builder Modifier and Type Method Description static Class<? extends NetworkConfig.Builder>NetworkConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type NetworkConfig.Builder Modifier and Type Method Description default CreateProcessingJobRequest.BuilderCreateProcessingJobRequest.Builder. networkConfig(Consumer<NetworkConfig.Builder> 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.default DescribeProcessingJobResponse.BuilderDescribeProcessingJobResponse.Builder. networkConfig(Consumer<NetworkConfig.Builder> networkConfig)Networking options for a processing job.default MonitoringJobDefinition.BuilderMonitoringJobDefinition.Builder. networkConfig(Consumer<NetworkConfig.Builder> networkConfig)Specifies networking options for an monitoring job.default ProcessingJob.BuilderProcessingJob.Builder. networkConfig(Consumer<NetworkConfig.Builder> networkConfig)Sets the value of the NetworkConfig property for this object.
-