I'm trying to create a Vertex AI Pipeline to perform a hyperparameter tuning job that reads the data from a Vertex AI Dataset to have the metadata functionality track the relationship between dataset, model and endpoint (once I deploy the best model).
I'm following this tutorial that reads directly the data from tensorflow_datasets, but I don't see any way to pass a Vertex AI dataset to the hyperparameter tuning job op.
Do anyone know how to access a Vertex AI Dataset in a Hyperparameter tuning job?
Thank you.