A pipeline job is an executioninstance of a machine learningpipeline definition. It runs interconnected tasks according to their input-output dependencies and records the operational execution of that workflow.
A pipeline job or a pipeline run corresponds to the PipelineJob resource in the Vertex AIAPI. It's an executioninstance of your MLpipeline definition, which is defined as a set of ML tasks interconnected by input-output dependencies.