AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2026-06-07 · Documentation low

File: sagemaker/latest/dg/model-customize-mtrl-agent.md

Summary

Updated SDK references from 'sagemaker-rft' to 'sagemaker-train' and corrected installation command.

Security assessment

Corrects package names without security context. No evidence of security vulnerability being addressed.

Diff

diff --git a/sagemaker/latest/dg/model-customize-mtrl-agent.md b/sagemaker/latest/dg/model-customize-mtrl-agent.md
index 604d789b7..9ae54bb38 100644
--- a//sagemaker/latest/dg/model-customize-mtrl-agent.md
+++ b//sagemaker/latest/dg/model-customize-mtrl-agent.md
@@ -131 +131 @@ Then attach the **AmazonSageMakerJobRuntimeAccess** managed policy to this role.
-Your agent must use the [`sagemaker-rft`](https://github.com/aws/sagemaker-python-sdk/tree/master/sagemaker-train) SDK and apply the `@sagemaker_rft_handler` decorator to your agent's entry point function. This decorator sets up the HTTP server that AgentCore invokes during training, listening for incoming rollout requests and routing prompts to your entrypoint function.
+Your agent must use the [`sagemaker-train`](https://github.com/aws/sagemaker-python-sdk/tree/master/sagemaker-train) SDK and apply the `@sagemaker_rft_handler` decorator to your agent's entry point function. This decorator sets up the HTTP server that AgentCore invokes during training, listening for incoming rollout requests and routing prompts to your entrypoint function.
@@ -140 +140 @@ Option 1: Direct install
-    pip install sagemaker-rft
+    pip install sagemaker-train