We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708c7b2 commit 23a8b36Copy full SHA for 23a8b36
1 file changed
src/sagemaker/modules/configs.py
@@ -248,7 +248,8 @@ class OutputDataConfig(shapes.OutputDataConfig):
248
"""OutputDataConfig.
249
250
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.
+ 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).
253
254
Parameters:
255
s3_output_path (Optional[str]):
0 commit comments