We are using both Vertex AI training jobs and Kubeflow pipelines in Google Clouds Vertex AI.
In training jobs we log parameters and metrics to Vertex AI Experiments through the python sdk.
Can Vertex AI Pipelines track metrics from the Kubeflow pipeline to Experiments? Or failing that is it possible to get the pipeline run id and log manually through the sdk using this id is the run id? Any other approaches for experiment tracking in Vertex AI Pipelines?