-
Notifications
You must be signed in to change notification settings - Fork 181
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 Request]: Validate Serving Runtime when creating Custom Serving Runtime #1353
Comments
since the number of mandatory fields for the validation is finite, could we report in the error message which are the invalid fields? |
@lucferbux I took at this source and I think the 3 fields can be mndatory.
I agree with @bdattoma , it would be a good idea to show the error message when required fields are not specified. |
Yeah, those fields should be the mandatory ones, I don't think we'd have a case where you could omit supportedModelFormats |
Feature description
Currently we are validating the Serving Runtime once that we try to deploy it:
But this might be misleading as you can already select it, so when it fails it gives you a misleading creation message.
We should move this validation into the ServingRuntime creation flow.
Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: