enableNetworkIsolation property
If you want to allow inbound or outbound network calls, except for calls
between peers within a training cluster for distributed training, choose
True
. If you enable network isolation for training jobs that
are configured to use a VPC, Amazon SageMaker downloads and uploads customer
data and model artifacts through the specified VPC, but the training
container does not have network access.
Implementation
final bool? enableNetworkIsolation;