googleapis / googleapis/python-aiplatform

Missing "experiment" parameter in "PipelineJob.run" method

未关闭
#2,043 0 条评论 4 个 reaction 已指派 0 人 在 GitHub 查看
api: vertex-ai
主要语言
Python
星标
905
派生
465
平均合并
1 天 13 小时
30 天内合并 PR
44

描述

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.

贡献指南

打开贡献指南

调研方向

从 google/cloud/aiplatform/pipeline_jobs.py 中的 PipelineJob.run 开始,跟踪其对 _run 的调用,然后再跟踪对 submit 的调用。比较这些方法中的参数处理;完成的标准是 run 的调用方可以将 experiment 传递给 submit,使 pipeline 链接到相应的 Vertex Experiment。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
cloud, machine-learning
Issue 类型
缺陷
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
描述清楚
新手友好度
55/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。