googleapis / googleapis/python-aiplatform
Missing "experiment" parameter in "PipelineJob.run" method
Open
api: vertex-ai
- Dominant language
- Python
- Stars
- 905
- Forks
- 465
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 44
Description
The [`PipelineJob.run`](https://github.com/googleapis/python-aiplatform/blob/main/google/cloud/aiplatform/pipeline_jobs.py#L288) method is a wrapper around (the `PipelineJob._run` method which is in turn a wrapper around) the [`PipelineJob.submit`](https://github.com/googleapis/python-aiplatform/blob/main/google/cloud/aiplatform/pipeline_jobs.py#L345) method.
While the `submit` method supports the passing of an `experiment` argument to link the Vertex Pipeline to a corresponding Vertex Experiment, the `run` and `_run` methods do not... This does not seem to be intended behaviour.
Contributor guide
Assessment
This issue has not been assessed yet.