Skip to content

Commit a7d92e5

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: Update scheduled pipelines client wait() docstring.
PiperOrigin-RevId: 541989824
1 parent 01ba3ca commit a7d92e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/preview/schedule/schedules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def done(self) -> bool:
140140
return self.state in _SCHEDULE_COMPLETE_STATES
141141

142142
def wait(self) -> None:
143-
"""Wait for this Schedule to complete."""
143+
"""Wait for all runs scheduled by this Schedule to complete."""
144144
if self._latest_future is None:
145145
self._block_until_complete()
146146
else:

0 commit comments

Comments
 (0)