AWS sagemaker documentation change
Summary
Updated execution role retrieval and Session initialization similar to other files
Security assessment
Consistency update for execution role handling across documentation. No evidence of security fixes or vulnerabilities addressed. Maintains existing security posture without changes to security features.
Diff
diff --git a/sagemaker/latest/dg/geospatial-eoj-ntb.md b/sagemaker/latest/dg/geospatial-eoj-ntb.md index 23b92dcf5..2915ca5ae 100644 --- a//sagemaker/latest/dg/geospatial-eoj-ntb.md +++ b//sagemaker/latest/dg/geospatial-eoj-ntb.md @@ -32 +32 @@ You can initiate an EOJ using a Amazon SageMaker Studio Classic notebook with a - execution_role = sagemaker.get_execution_role() + execution_role = get_execution_role() @@ -171 +171 @@ You can use the `export_earth_observation_job` function to export the EOJ result - sagemaker_session = sagemaker.Session() + sagemaker_session = Session()