Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion sagemaker-core/src/sagemaker/core/modules/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ class SourceCode(BaseConfig):
Parameters:
source_dir (Optional[str]):
The local directory containing the source code to be used in the training job container.
The local directory, S3 URI, or path to a tar.gz file stored locally or in S3
that contains the source code to be used in the training job container.
When an S3 URI is provided, the source code is used directly from S3
without local packaging.
requirements (Optional[str]):
The path within ``source_dir`` to a ``requirements.txt`` file. If specified, the listed
requirements will be installed in the training job container.
Expand Down
Loading
Loading