in ml_pipeline/_utils.py [0:0]
def convert_struct(str_struct=None): return ast.literal_eval(str_struct) if str_struct else {}