-
Notifications
You must be signed in to change notification settings - Fork 63
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
ModelCardGenerator component cannot run in Vertex AI #259
Comments
Oh, it was resolved at v1.12. Closing this issue. |
Oh, not resolved in v1.12! sorry. |
In v1.12, there are another errors. ModelCard artifact does not satisfy the schema title regex ( ModelCard artifact type should be accessible from |
Same issue with #249 |
Expected Behavior
Actual Behavior
Vertex AI requires artifact schema title to be
^[a-z][a-z0-9-_]{2,20}[.][A-Z][a-zA-Z0-9-_]{2,49}$
, and model card generator component has output artifact typedtfx_addons.model_card_generator.artifact.ModelCard
. So it cannot be run in Vertex AI.Error message:
Steps to Reproduce the Problem
Specifications
Related issue:
The text was updated successfully, but these errors were encountered: