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

ModelCard Artifact isn't supported by the Vertex MetaData Store #249

Open
hanneshapke opened this issue Jun 3, 2023 · 0 comments
Open

Comments

@hanneshapke
Copy link
Contributor

Expected Behavior

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

Related: tensorflow/tfx#5404

After changing the component specs to use Schema, the pipeline worked.

  OUTPUTS = {
      MODEL_CARD_KEY: component_spec.ChannelParameter(type=standard_artifacts.Schema),
  }

Steps to Reproduce the Problem

Run pipeline via Vertex AI Pipeline.

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

No branches or pull requests

1 participant