AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2026-07-01 · Documentation low

File: sagemaker/latest/dg/adapt-training-container.md

Summary

Removed legacy SageMaker Python SDK v2 code examples and empty section headers for SDK v3

Security assessment

Changes involve removing outdated code samples and section headers without introducing security-related content or addressing vulnerabilities. No security implications identified.

Diff

diff --git a/sagemaker/latest/dg/adapt-training-container.md b/sagemaker/latest/dg/adapt-training-container.md
index e93474a60..5754f9283 100644
--- a//sagemaker/latest/dg/adapt-training-container.md
+++ b//sagemaker/latest/dg/adapt-training-container.md
@@ -154,3 +153,0 @@ Remember that `docker` looks for a file specifically called `Dockerfile` without
-SageMaker Python SDK v3
-    
-    
@@ -169,13 +165,0 @@ SageMaker Python SDK v3
-SageMaker Python SDK v2 (Legacy)
-    
-    
-        import sagemaker
-    from sagemaker.estimator import Estimator
-    
-    estimator = Estimator(image_uri='tf-custom-container-test',
-                          role=sagemaker.get_execution_role(),
-                          instance_count=1,
-                          instance_type='local')
-    
-    estimator.fit()
-