from pycs.pipeline.Job import Job class Result: def __init__(self, job: Job, predictions: list): self.job = job self.predictions = predictions