Skip to content

Commit 23a8b36

Browse files
committed
Update OutputDataConfig documentation to avoid customer confusion
1 parent 708c7b2 commit 23a8b36

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sagemaker/modules/configs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ class OutputDataConfig(shapes.OutputDataConfig):
248248
"""OutputDataConfig.
249249
250250
The OutputDataConfig class is a subclass of ``sagemaker_core.shapes.OutputDataConfig``
251-
and allows the user to specify the output data configuration for the training job.
251+
and allows the user to specify the output data configuration for the training job
252+
(will not be carried over to any model repository or deployment).
252253
253254
Parameters:
254255
s3_output_path (Optional[str]):

0 commit comments

Comments
 (0)