Skip to content

Commit 8c2fe61

Browse files
authored
documentation: fix wait_for_endpoint docstring
In #1204, the `wait_for_endpoint` `poll` default was changed from 5 to 30, but the docstring wasn't updated. Update the docstring to match.
1 parent 7f33995 commit 8c2fe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4398,7 +4398,7 @@ def wait_for_endpoint(self, endpoint, poll=30):
43984398
43994399
Args:
44004400
endpoint (str): Name of the ``Endpoint`` to wait for.
4401-
poll (int): Polling interval in seconds (default: 5).
4401+
poll (int): Polling interval in seconds (default: 30).
44024402
44034403
Raises:
44044404
exceptions.CapacityError: If the endpoint creation job fails with CapacityError.

0 commit comments

Comments
 (0)