You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModelCardGenerator component should run via Vertex Pipelines.
Actual Behavior
Pipeline fails immediately upon pipeline execution via Vertex Pipeline.
Error:
com.google.cloud.ai.platform.common.errors.AiPlatformException: code=INVALID_ARGUMENT, message=MetadataSchema must include a schema title that satisfies the following regex: ^[a-z][a-z0-9-_]{2,20}[.][A-Z][a-zA-Z0-9-_]{2,49}$, cause=null
Expected Behavior
ModelCardGenerator component should run via Vertex Pipelines.
Actual Behavior
Pipeline fails immediately upon pipeline execution via Vertex Pipeline.
Error:
Related: tensorflow/tfx#5404
After changing the component specs to use
Schema
, the pipeline worked.Steps to Reproduce the Problem
Run pipeline via Vertex AI Pipeline.
The text was updated successfully, but these errors were encountered: