File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments