AWS Security ChangesHomeSearch

AWS sagemaker documentation change

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

File: sagemaker/latest/dg/deepar.md

Summary

Updated class reference from deprecated 's3_input' to current 'InputData' class for specifying input data format

Security assessment

The change only updates a documentation reference to match current SDK implementation. There's no mention of vulnerabilities, security incidents, or security features. The modification is purely related to API usage guidance without any security implications.

Diff

diff --git a/sagemaker/latest/dg/deepar.md b/sagemaker/latest/dg/deepar.md
index 7d0d2891f..6b937991b 100644
--- a//sagemaker/latest/dg/deepar.md
+++ b//sagemaker/latest/dg/deepar.md
@@ -44 +44 @@ When specifying the paths for the training and test data, you can specify a sing
-By default, the DeepAR model determines the input format from the file extension (`.json`, `.json.gz`, or `.parquet`) in the specified input path. If the path does not end in one of these extensions, you must explicitly specify the format in the SDK for Python. Use the `content_type` parameter of the [s3_input](https://sagemaker.readthedocs.io/en/stable/session.html#sagemaker.session.s3_input) class.
+By default, the DeepAR model determines the input format from the file extension (`.json`, `.json.gz`, or `.parquet`) in the specified input path. If the path does not end in one of these extensions, you must explicitly specify the format in the SDK for Python. Use the `content_type` parameter of the [InputData](https://sagemaker.readthedocs.io/en/stable/api/sagemaker_train.html) class.