Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Add support for maxWaitDuration argument for create_custom_training_job_from_component #11225

Open
Alex-Bubblemaster opened this issue Sep 18, 2024 · 0 comments

Comments

@Alex-Bubblemaster
Copy link

Feature Area

/area components

What feature would you like to see?

Add support for defining the maxWaitDuration so Vertex can be used with DWS

https://cloud.google.com/vertex-ai/docs/training/schedule-jobs-dws#examples

What is the use case or pain point?

We utilize create_custom_training_job_from_component to take advantage of other Vertex-specific functionality like distributed training clusters and NFS mounts, within our pipeline construction and when newly added features are added we are struggling to take advantage of them because they are missing from KFP.

Is there a workaround currently?

We can add it into the machine spec manually by editing the spec returned from create_custom_training_job_from_component, but a much better user experience would be for create_custom_training_job_from_component to accept maxWaitDuration and strategy


Love this idea? Give it a 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant