AWS sagemaker documentation change
Summary
Updated import statement for get_execution_role function.
Security assessment
The change modifies an import path but doesn't alter security functionality or address vulnerabilities. Execution role handling remains unchanged.
Diff
diff --git a/sagemaker/latest/dg/debugger-stop-training.md b/sagemaker/latest/dg/debugger-stop-training.md index 7ca0a26c1..d7e28c31d 100644 --- a//sagemaker/latest/dg/debugger-stop-training.md +++ b//sagemaker/latest/dg/debugger-stop-training.md @@ -47 +47,2 @@ Make sure you use the execution role with `AmazonSageMakerFullAccess` and `AWSLa - sagemaker.get_execution_role() + from sagemaker.core.helper.session_helper import get_execution_role + get_execution_role()