AWS sagemaker documentation change
Summary
Updated import path for get_execution_role and Session functions in code example
Security assessment
Change only updates Python import statements without any security context. No vulnerabilities, security features, or security-related documentation are mentioned.
Diff
diff --git a/sagemaker/latest/dg/model-shadow-deployment.md b/sagemaker/latest/dg/model-shadow-deployment.md index 6fd9a09e1..79d763cb0 100644 --- a//sagemaker/latest/dg/model-shadow-deployment.md +++ b//sagemaker/latest/dg/model-shadow-deployment.md @@ -22 +22 @@ The following code example shows how you can programmatically deploy shadow vari - from sagemaker import get_execution_role, Session + from sagemaker.core.helper.session_helper import get_execution_role, Session