File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
sagemaker-core/src/sagemaker/core/training Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ class SourceCode(BaseConfig):
127127class 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]):
You can’t perform that action at this time.
0 commit comments