Skip to content

Commit

Permalink
docs: Update scheduled pipelines client wait() docstring.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 541989824
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Jun 20, 2023
1 parent 01ba3ca commit a7d92e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/preview/schedule/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def done(self) -> bool:
return self.state in _SCHEDULE_COMPLETE_STATES

def wait(self) -> None:
"""Wait for this Schedule to complete."""
"""Wait for all runs scheduled by this Schedule to complete."""
if self._latest_future is None:
self._block_until_complete()
else:
Expand Down

0 comments on commit a7d92e5

Please sign in to comment.