Skip to content

Commit 00327fc

Browse files
rohangujarathiRohan Gujarathi
authored andcommitted
fix: remove enable_network_isolation from the python doc (aws#4465)
Co-authored-by: Rohan Gujarathi <[email protected]>
1 parent b4a726f commit 00327fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/sagemaker/remote_function/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -694,11 +694,6 @@ def __init__(
694694
encrypt_inter_container_traffic (bool): A flag that specifies whether traffic between
695695
training containers is encrypted for the training job. Defaults to ``False``.
696696
697-
enable_network_isolation (bool): A flag that specifies whether container will run in
698-
network isolation mode. Defaults to ``False``. Network isolation mode restricts the
699-
container access to outside networks (such as the Internet). The container does not
700-
make any inbound or outbound network calls. Also known as Internet-free mode.
701-
702697
spark_config (SparkConfig): Configurations to the Spark application that runs on
703698
Spark image. If ``spark_config`` is specified, a SageMaker Spark image uri
704699
will be used for training. Note that ``image_uri`` can not be specified at the

0 commit comments

Comments
 (0)