Skip to content

Commit 9c1aa53

Browse files
yangawsjnclt
authored andcommitted
Update doc for parameter source_dir (aws#323)
1 parent 1d97a75 commit 9c1aa53

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/sagemaker/chainer/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Optional arguments
145145
The following are optional arguments. When you create a ``Chainer`` object, you can specify these as keyword arguments.
146146

147147
- ``source_dir`` Path (absolute or relative) to a directory with any
148-
other training source code dependencies aside from the entry point
148+
other training source code dependencies including the entry point
149149
file. Structure within this directory will be preserved when training
150150
on SageMaker.
151151
- ``hyperparameters`` Hyperparameters that will be used for training.
@@ -574,7 +574,7 @@ The ChainerModel constructor takes the following arguments:
574574
- ``entry_point (str):`` Path (absolute or relative) to the Python file
575575
which should be executed as the entry point to model hosting.
576576
- ``source_dir (str):`` Optional. Path (absolute or relative) to a
577-
directory with any other training source code dependencies aside from
577+
directory with any other training source code dependencies including
578578
tne entry point file. Structure within this directory will be
579579
preserved when training on SageMaker.
580580
- ``enable_cloudwatch_metrics (boolean):`` Optional. If true, training

src/sagemaker/mxnet/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Optional arguments
123123
The following are optional arguments. When you create an ``MXNet`` object, you can specify these as keyword arguments.
124124

125125
- ``source_dir`` Path (absolute or relative) to a directory with any
126-
other training source code dependencies aside from the entry point
126+
other training source code dependencies including the entry point
127127
file. Structure within this directory will be preserved when training
128128
on SageMaker.
129129
- ``hyperparameters`` Hyperparameters that will be used for training.
@@ -540,7 +540,7 @@ The MXNetModel constructor takes the following arguments:
540540
- ``entry_point (str):`` Path (absolute or relative) to the Python file
541541
which should be executed as the entry point to model hosting.
542542
- ``source_dir (str):`` Optional. Path (absolute or relative) to a
543-
directory with any other training source code dependencies aside from
543+
directory with any other training source code dependencies including
544544
tne entry point file. Structure within this directory will be
545545
preserved when training on SageMaker.
546546
- ``enable_cloudwatch_metrics (boolean):`` Optional. If true, training

src/sagemaker/pytorch/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Optional arguments
171171
The following are optional arguments. When you create a ``PyTorch`` object, you can specify these as keyword arguments.
172172

173173
- ``source_dir`` Path (absolute or relative) to a directory with any
174-
other training source code dependencies aside from the entry point
174+
other training source code dependencies including the entry point
175175
file. Structure within this directory will be preserved when training
176176
on SageMaker.
177177
- ``hyperparameters`` Hyperparameters that will be used for training.
@@ -606,7 +606,7 @@ The PyTorchModel constructor takes the following arguments:
606606
- ``entry_point:`` Path (absolute or relative) to the Python file
607607
which should be executed as the entry point to model hosting.
608608
- ``source_dir:`` Optional. Path (absolute or relative) to a
609-
directory with any other training source code dependencies aside from
609+
directory with any other training source code dependencies including
610610
tne entry point file. Structure within this directory will be
611611
preserved when training on SageMaker.
612612
- ``enable_cloudwatch_metrics:`` Optional. If true, training

src/sagemaker/tensorflow/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ The following are optional arguments. When you create a ``TensorFlow`` object,
400400
you can specify these as keyword arguments.
401401

402402
- ``source_dir (str)`` Path (absolute or relative) to a directory with any
403-
other training source code dependencies aside from the entry point
403+
other training source code dependencies including the entry point
404404
file. Structure within this directory will be preserved when training
405405
on SageMaker.
406406
- ``requirements_file (str)`` Path to a ``requirements.txt`` file. The path should

0 commit comments

Comments
 (0)