Skip to content

Commit fbb8046

Browse files
committed
clean up bucket name reference
1 parent f17ce24 commit fbb8046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Distributed_Training_CLI_Console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ sagemaker create-training-job \
176176
- Ohio: 404615174143.dkr.ecr.us-east-2.amazonaws.com/linear-learner:latest
177177
- Ireland: 438346466558.dkr.ecr.eu-west-1.amazonaws.com/linear-learner:latest
178178

179-
- For the 'Location of model artifacts' field under **Primary Container**, enter the path to the output of your replicated training job. To find the path, go back to your first browser tab, click **Jobs** in the left pane, then find and click the replicated job name, which will look like `linear-replicated-<date>`. Scroll down to the **Outputs** section, then copy the path under 'S3 model artifact'. Paste the path in the field; it should look like `s3://sagemaker-projects-pdx/sagemaker/data_distribution_types/linear-replicated-2018-03-11-18-13-13/output/model.tar.gz`.
179+
- For the 'Location of model artifacts' field under **Primary Container**, enter the path to the output of your replicated training job. To find the path, go back to your first browser tab, click **Jobs** in the left pane, then find and click the replicated job name, which will look like `linear-replicated-<date>`. Scroll down to the **Outputs** section, then copy the path under 'S3 model artifact'. Paste the path in the field; it should look like `s3://<your-bucket-name>/sagemaker/data_distribution_types/linear-replicated-2018-03-11-18-13-13/output/model.tar.gz`.
180180

181181
- Click **Create model** at the bottom of the page.
182182

0 commit comments

Comments
 (0)