AWS sagemaker documentation change
Summary
Changed 'Algorithm Estimator' to 'Algorithm ModelTrainer' and updated the corresponding documentation link text.
Security assessment
This is a terminology update from 'Estimator' to 'ModelTrainer' with no changes to security-related content. The modification doesn't address vulnerabilities or introduce security features.
Diff
diff --git a/sagemaker/latest/dg/cluster-specific-configurations-run-sagemaker-training-job.md b/sagemaker/latest/dg/cluster-specific-configurations-run-sagemaker-training-job.md index 930ff092b..128ccb1be 100644 --- a//sagemaker/latest/dg/cluster-specific-configurations-run-sagemaker-training-job.md +++ b//sagemaker/latest/dg/cluster-specific-configurations-run-sagemaker-training-job.md @@ -42 +42 @@ You can use your recipe as a SageMaker training job if you aren't hosting a clus - 5. `additional_estimator_kwargs`: Additional estimator arguments for submitting a training job to the SageMaker training job platform. For more information, see [Algorithm Estimator](https://sagemaker.readthedocs.io/en/stable/api/training/algorithm.html). + 5. `additional_estimator_kwargs`: Additional ModelTrainer arguments for submitting a training job to the SageMaker training job platform. For more information, see [Algorithm ModelTrainer](https://sagemaker.readthedocs.io/en/stable/api/training/algorithm.html).