What integrations with other KF components are available/planned?
Let’s say I build a model using a TFJob, perhaps run from a KF pipeline (maybe using https://github.com/kubeflow/pipelines/blob/master/components/kubeflow/launcher/src/launch_tf_job.py). Will my metadata describing that model and it’s origin and training data be stored, or could I easily get it stored? I’m using this as an example but my question is really about any scenarios where models are built using KF components. Are there any examples or plans in this area?
Right now we only integrate notebook via python library.
Next release, we will enable metadata tracking in KF Pipeline and Fairing. Training job triggered by them should have metadata automatically collected.
@zhenghuiwang This would be great. The next release you mean is 0.7? BTW, any examples for current release (0.6) we can try?
/kind question /area engprod /priority p2