googleapis / googleapis/python-aiplatform
Allow specifying run name for scheduled pipelines via SDK
Open
api: vertex-ai
type: feature request
- 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
Assessment
This issue has not been assessed yet.