Skip to content

Commit addb1ba

Browse files
mvsuspjesterhazy
authored andcommitted
doc: add mandatory sagemaker_role argument to Local mode example. (#709)
1 parent 92b2ca4 commit addb1ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)