googleapis / googleapis/python-aiplatform
Missing "experiment" parameter in "PipelineJob.run" method
Offen
api: vertex-ai
- Vorherrschende Sprache
- Python
- Sterne
- 905
- Forks
- 465
- Ø Merge
- 1 T. 13 Std.
- Gemergte PRs (30 T.)
- 44
Beschreibung
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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.