A PipelineModel is a fitted pipeline. It transforms the data through all the models. Thus, after a Pipeline’s fit() method runs, it produces a PipelineModel, which is a Model.