-
Notifications
You must be signed in to change notification settings - Fork 449
Add a way to easily clone a PipelineJob #988
Copy link
Copy link
Closed
jaycee-li/python-aiplatform
#2Labels
api: vertex-aiIssues related to the googleapis/python-aiplatform API.Issues related to the googleapis/python-aiplatform API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
api: vertex-aiIssues related to the googleapis/python-aiplatform API.Issues related to the googleapis/python-aiplatform API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Hello Google team!
In Cloud Console there is a way to easily clone an existing job:

The new pipeline has all relevant information from the existing one (pipeline template, parameters, runtime configuration, etc). Could we have a similar feature within the SDK? A
.clone()method that returns a new PipelineJob with the same features (just like the console), with the exception of therun name(that can be auto generated)?Thanks in advance!