Documentation for custom artifact in Vertex AI
Open
Nobody has claimed this yet.
stat:awaiting tensorflower
type:docs
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 725
- PR merge metrics
- No merged PRs in 30d
Description
URL(s) with the issue:
https://www.tensorflow.org/tfx/api_docs/python/tfx/v1/dsl/Artifact
Description of issue (what needs changing):
Clear description:
For now, custom artifact should satisfy the schema title regex (^[a-z][a-z0-9-_]{2,20}[.][A-Z][a-zA-Z0-9-_]{2,49}$).
And custom artifact should be accessible with its title (top-level module) to be resolved in KubeFlowV2's container entry point.
But this information does not documented in the Artifact class. So it will be helpful for the developers who want to extend TFX with Vertex AI.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.