googleapis / googleapis/python-aiplatform
Allow specifying run name for scheduled pipelines via SDK
- Dominant language
- Python
- Stars
- 905
- Forks
- 465
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 44
Description
Currently, the Vertex AI Pipelines service allows specifying a "Scheduled run name" for scheduled pipeline runs via the GUI. However, this functionality is not available when creating schedules using the Python SDK.
When creating scheduled runs from the SDK, the "Scheduled run name" is automatically generated and includes the date in a fixed format. This makes it difficult to identify and manage specific runs, especially when dealing with multiple schedules and frequent executions.
Contributor guide
Research direction
No file or test is named. Start by locating the Python SDK entry point for creating scheduled Vertex AI Pipeline runs and compare its available arguments with the GUI's Scheduled run name behavior. Done means callers can provide a scheduled run name instead of receiving only the automatically generated fixed-date format, with focused schedule-creation coverage where available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- google-cloud, python
- Domain
- cloud, machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100