googleapis / googleapis/python-aiplatform
Missing "experiment" parameter in "PipelineJob.run" method
Đang mở
api: vertex-ai
- Ngôn ngữ chính
- Python
- Star
- 905
- Fork
- 465
- Merge trung bình
- 1 ngày 13 giờ
- Pull request đã merge (30 ngày)
- 44
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.