AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2026-06-28 · Documentation low

File: sagemaker/latest/dg/feature-store-add-metadata.md

Summary

Updated image alt text, changed SDK version requirement from 2.x to 3.x, and modified import paths for Session and get_execution_role

Security assessment

Changes involve documentation improvements and SDK version updates without security implications. No vulnerabilities, security features, or security-related context are mentioned.

Diff

diff --git a/sagemaker/latest/dg/feature-store-add-metadata.md b/sagemaker/latest/dg/feature-store-add-metadata.md
index d105ef362..4388cea14 100644
--- a//sagemaker/latest/dg/feature-store-add-metadata.md
+++ b//sagemaker/latest/dg/feature-store-add-metadata.md
@@ -65 +65 @@ You can use the console or the Amazon SageMaker Feature Store API to add searcha
-  2. In the left navigation pane, choose the **Home** icon ( ![Black square icon representing a placeholder or empty image.](/images/sagemaker/latest/dg/images/studio/icons/house.png) ).
+  2. In the left navigation pane, choose the **Home** icon ( ![Home icon.](/images/sagemaker/latest/dg/images/studio/icons/house.png) ).
@@ -232 +232 @@ The role that you use must have the following managed policies attached to it: `
-    # SageMaker Python SDK version 2.x is required
+    # SageMaker Python SDK version 3.x is required
@@ -242,2 +242,2 @@ The role that you use must have the following managed policies attached to it: `
-    from sagemaker.session import Session
-    from sagemaker import get_execution_role
+    from sagemaker.core.helper.session_helper import Session
+    from sagemaker.core.helper.session_helper import get_execution_role
@@ -250 +250 @@ The role that you use must have the following managed policies attached to it: `
-    sagemaker_session = sagemaker.Session()
+    sagemaker_session = Session()