AWS sagemaker documentation change
Summary
Updated import statement for get_execution_role and Session to use a more specific module path
Security assessment
The change updates an import path but doesn't address any security vulnerabilities, weaknesses, or incidents. It's a routine code maintenance change.
Diff
diff --git a/sagemaker/latest/dg/model-monitor-pre-and-post-processing.md b/sagemaker/latest/dg/model-monitor-pre-and-post-processing.md index 6bb7abeb6..a4484479a 100644 --- a//sagemaker/latest/dg/model-monitor-pre-and-post-processing.md +++ b//sagemaker/latest/dg/model-monitor-pre-and-post-processing.md @@ -17 +17 @@ The following example shows how you can customize monitoring schedules with prep - from sagemaker import get_execution_role, Session + from sagemaker.core.helper.session_helper import get_execution_role, Session