File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ def __init__(
84
84
source_dir (str or PipelineVariable): Path (absolute, relative or an S3 URI) to a
85
85
directory with any other training source code dependencies aside from the entry
86
86
point file (default: None). If ``source_dir`` is an S3 URI, it must
87
- point to a file with name ``sourcedir.tar.gz``. Structure within this directory are preserved
88
- when training on Amazon SageMaker.
87
+ point to a file with name ``sourcedir.tar.gz``. Structure within this directory are
88
+ preserved when training on Amazon SageMaker.
89
89
hyperparameters (dict[str, str] or dict[str, PipelineVariable]): Hyperparameters
90
90
that will be used for training (default: None). The hyperparameters are made
91
91
accessible as a dict[str, str] to the training code on
Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ def __init__(
178
178
source_dir (Optional[str]): The absolute, relative, or S3 URI Path to a directory
179
179
with any other training source code dependencies aside from the entry
180
180
point file (Default: None). If ``source_dir`` is an S3 URI, it must
181
- point to a file with name ``sourcedir.tar.gz``. Structure within this directory is preserved
182
- when training on Amazon SageMaker. If 'git_config' is provided,
181
+ point to a file with name ``sourcedir.tar.gz``. Structure within this directory is
182
+ preserved when training on Amazon SageMaker. If 'git_config' is provided,
183
183
'source_dir' should be a relative location to a directory in the Git repo.
184
184
If the directory points to S3, no code is uploaded and the S3 location
185
185
is used instead. (Default: None).
You can’t perform that action at this time.
0 commit comments