AWS sagemaker documentation change
Summary
Updated import path for get_execution_role and session helpers, fixed documentation link to Model Monitor
Security assessment
Changes involve internal SDK import restructuring and documentation link updates. No security-related content was added or modified, and there's no evidence of addressing security vulnerabilities or security feature enhancements.
Diff
diff --git a/sagemaker/latest/dg/model-monitor-model-quality-baseline.md b/sagemaker/latest/dg/model-monitor-model-quality-baseline.md index 00bca7ec1..7d66665c3 100644 --- a//sagemaker/latest/dg/model-monitor-model-quality-baseline.md +++ b//sagemaker/latest/dg/model-monitor-model-quality-baseline.md @@ -19 +19 @@ To create a baseline job use the `ModelQualityMonitor` class provided by the Sag - from sagemaker import get_execution_role, session, Session + from sagemaker.core.helper.session_helper import get_execution_role, session, Session @@ -78 +78 @@ If your constraint contains numbers expressed in scientific notation, you will n -You can add your pre-processing script to a baseline or monitoring schedule as a `record_preprocessor_script`, as defined in the [Model Monitor](https://sagemaker.readthedocs.io/en/stable/api/inference/model_monitor.html) documentation. +You can add your pre-processing script to a baseline or monitoring schedule as a `record_preprocessor_script`, as defined in the [Model Monitor](https://sagemaker.readthedocs.io/en/stable/api/sagemaker_core.html) documentation.