Skip to content

Commit 9af4f88

Browse files
committed
Merge remote-tracking branch 'origin/master' into mvs-fix-principal
2 parents 5f51727 + 2642a15 commit 9af4f88

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.18.6.post0 (2019-03-20)
4+
5+
### Documentation changes
6+
7+
* add mandatory sagemaker_role argument to Local mode example.
8+
39
## v1.18.6 (2019-03-20)
410

511
### Changes

doc/overview.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ Here is an end-to-end example:
180180
from sagemaker.mxnet import MXNet
181181
182182
mxnet_estimator = MXNet('train.py',
183+
role='SageMakerRole',
183184
train_instance_type='local',
184185
train_instance_count=1,
185186
framework_version='1.2.1')
@@ -712,4 +713,4 @@ You can use Apache Airflow to author, schedule and monitor SageMaker workflow.
712713
713714
For more information, see `SageMaker Workflow in Apache Airflow`_.
714715
715-
.. _SageMaker Workflow in Apache Airflow: https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/workflow/README.rst
716+
.. _SageMaker Workflow in Apache Airflow: https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/workflow/README.rst

0 commit comments

Comments
 (0)