We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.tensorflow.org/tfx/api_docs/python/tfx/v1/dsl/Artifact
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}$).
^[a-z][a-z0-9-_]{2,20}[.][A-Z][a-zA-Z0-9-_]{2,49}$
tfx/tfx/orchestration/kubeflow/v2/compiler_utils.py
Lines 302 to 335 in 2fd4f95
And custom artifact should be accessible with its title (top-level module) to be resolved in KubeFlowV2's container entry point.
tfx/tfx/orchestration/kubeflow/v2/container/kubeflow_v2_entrypoint_utils.py
Lines 219 to 234 in 2fd4f95
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.
The text was updated successfully, but these errors were encountered:
@jeongukjae,
Thank you bring this up for enhancing our documentation. Let me take this internally and update this thread with updates. Thank you.
Sorry, something went wrong.
lego0901
No branches or pull requests
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}$
).tfx/tfx/orchestration/kubeflow/v2/compiler_utils.py
Lines 302 to 335 in 2fd4f95
And custom artifact should be accessible with its title (top-level module) to be resolved in KubeFlowV2's container entry point.
tfx/tfx/orchestration/kubeflow/v2/container/kubeflow_v2_entrypoint_utils.py
Lines 219 to 234 in 2fd4f95
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.
The text was updated successfully, but these errors were encountered: