Skip to content

Commit c3fd22b

Browse files
committed
fix: jumpstart docs network isolation
1 parent 7b45543 commit c3fd22b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/overview.rst

+3
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ see `Model <https://sagemaker.readthedocs.io/en/stable/api/inference/model.html
757757
   entry_point="inference.py",
758758
   role=Session().get_caller_identity_arn(),
759759
   predictor_cls=Predictor,
760+
   enable_network_isolation=True,
760761
)
761762
762763
Save the output from deploying the model to a variable named
@@ -875,6 +876,7 @@ value is not set.
875876
    hyperparameters=default_hyperparameters,
876877
    instance_count=instance_count,
877878
    instance_type=training_instance_type,
879+
    enable_network_isolation=True,
878880
)
879881
880882
# Specify the S3 location of training data for the training channel
@@ -936,6 +938,7 @@ took your model to train.
936938
    image_uri=deploy_image_uri,
937939
    source_dir=deploy_script_uri,
938940
    endpoint_name=endpoint_name,
941+
    enable_network_isolation=True,
939942
)
940943
941944
Perform Inference on a SageMaker Endpoint

0 commit comments

Comments
 (0)