Skip to content

Commit 4686abf

Browse files
committed
Update OutputDataConfig documentation to avoid customer confusion
1 parent 1cfbc3b commit 4686abf

File tree

1 file changed

+4
-2
lines changed
  • sagemaker-core/src/sagemaker/core/training

1 file changed

+4
-2
lines changed

sagemaker-core/src/sagemaker/core/training/configs.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ class SourceCode(BaseConfig):
127127
class OutputDataConfig(shapes.OutputDataConfig):
128128
"""OutputDataConfig.
129129
130-
Provides the configuration for the output data location of the training job.
130+
Provides the configuration for the output data location of the training job
131+
(will not be carried over to any model repository or deployment).
131132
132133
Parameters:
133134
s3_output_path (Optional[StrPipeVar]):
@@ -284,7 +285,8 @@ class OutputDataConfig(shapes.OutputDataConfig):
284285
"""OutputDataConfig.
285286
286287
The OutputDataConfig class is a subclass of ``sagemaker.core.shapes.OutputDataConfig``
287-
and allows the user to specify the output data configuration for the training job.
288+
and allows the user to specify the output data configuration for the training job
289+
(will not be carried over to any model repository or deployment).
288290
289291
Parameters:
290292
s3_output_path (Optional[StrPipeVar]):

0 commit comments

Comments
 (0)