Skip to content

Commit 20a3a3a

Browse files
committed
Training job outputs
1 parent f21a25f commit 20a3a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/amazon_sagemaker_model_building_pipeline.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ You use the following S3 paths when uploading local input and code artifacts, an
10061006
*Training*
10071007
10081008
- Code: :code:`s3://bucket_name/code_location/pipeline_name/code/<code_hash>/code.tar.gz`
1009-
- Output: :code:`s3://bucket_name/pipeline_name/<execution_id>/step_name/output`
1009+
- Output: The output paths for Training jobs can vary - the default output path is the root of the s3 bucket: :code:`s3://bucket_name`. For Training jobs created from a Tuning job, the default path includes the Training job name created by the Training platform, formatted as :code:`s3://bucket_name/<training_job_name>/output/model.tar.gz`.
10101010
10111011
*Transform*
10121012

0 commit comments

Comments
 (0)