googleapis / python-aiplatform

A Python SDK for Vertex AI, a fully managed, end-to-end platform for data science and machine learning.
Apache License 2.0
644 stars 348 forks source link

Feature request: Associate scheduled pipelines with experiments #2340

Open jasonbrancazio opened 1 year ago

jasonbrancazio commented 1 year ago

When I create a pipeline run using the python SDK, the submit() method of an aiplatform.PipelineJob allows me to associate that pipeline with a Vertex AI Experiment.

When I create a PipelineJobSchedule, there is no such option.

I should be able to associate scheduled pipeline runs with an experiment by providing an experiment name argument when I instantiate a PipelineJobSchedule. The experiment run name should be the same as the scheduled pipeline run name.

ysk24ok commented 9 months ago

Created this issue on the Google issue tracker.

Hello @KevinGrantLee, could you consider this feature? I think It's indispensable.