enableInterContainerTrafficEncryption property
To encrypt all communications between ML compute instances in distributed
training, choose True
. Encryption provides greater security for
distributed training, but training might take longer. How long it takes
depends on the amount of communication between compute instances, especially
if you use a deep learning algorithm in distributed training.
Implementation
final bool? enableInterContainerTrafficEncryption;