< Previous Challenge - Home - Next Challenge >
The previous challenge introduced the concept of build pipelines. But there are different types of pipelines, and this task is getting started with Vertex AI pipelines for continuous training.
If you’ve successfully completed the previous challenge, your training code has been packaged and can be run from a pipeline.
The provided project has a pipeline.py file that can generate a pipeline definition. Run that to generate a pipeline definition file (JSON). Use the generated pipeline definition file to create a new Pipeline Run through the GCP Console. You’ll need to fill in some parameters (you can look up the Python package location). Do not set/override the endpoint and monitoring_job parameters (keep the default values).
pipelines folder in it).trainer.pipeline in the virtual environment you have created as part of the first challenge.