Files
mlflow--mlflow/tests/pyfunc/sample_code/utils.py
T
2026-07-13 13:22:34 +08:00

3 lines
85 B
Python

def my_function(input):
return f"My utils function received this input: {input}"