Skip to content

Commit b7c9586

Browse files
committed
change: update docstring for Model class
1 parent bb2b8d4 commit b7c9586

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sagemaker/model.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ def __init__(
154154
created by ``sagemaker.session.Session`` is used.
155155
entry_point (str): Path (absolute or relative) to the Python source
156156
file which should be executed as the entry point to model
157-
hosting. If ``source_dir`` is specified, then ``entry_point``
158-
must point to a file located at the root of ``source_dir``.
159-
If 'git_config' is provided, 'entry_point' should be
160-
a relative location to the Python source file in the Git repo.
157+
hosting (default: None). If ``source_dir`` is specified,
158+
then ``entry_point`` must point to a file located at the root of
159+
``source_dir``. If 'git_config' is provided, 'entry_point' should
160+
be a relative location to the Python source file in the Git repo.
161161
162162
Example:
163163
With the following GitHub repo directory structure:

0 commit comments

Comments
 (0)