Skip to content

Commit baf96cd

Browse files
authored
documentation: fix wait_for_endpoint docstring (#3986)
1 parent fa3d6f1 commit baf96cd

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)