def _format_output()

in pipelines/ml_ai_python/ml_ai_pipeline/pipeline.py [0:0]


def _format_output(element: PredictionResult) -> str:
  return f"Input: \n{element.example}, \n\n\nOutput: \n{element.inference}"