Running Google Cloud Vertex AI through Python
September 19, 2023
Google Cloud’s Vertex AI is pretty awesome for machine learning. But sometimes it gets pretty tedious running everything through the site’s user interface. It’s especially sigh-worthy when a workflow involves multiple iterations of different datasets and models. Fortunately, it’s pretty straightforward to run the process of dataset generation in BigQuery, instantiating a dataset for use in Vertex AI, and finally running the Vertex AI model through a Python script or a Jupyter notebook. ...