rhythmic-lizard-91902
glamorous-carpet-83516
return ( conditional("fractions") .if_((my_input > 0.1) & (my_input < 1.0)) .then(subwf1(n=my_input)) .elif_((my_input > 1.0) & (my_input <= 10.0)) .then(subwf2(n=my_input)) .else_() .fail("The input must be between 0 and 10") )
Flyte enables production-grade orchestration for machine learning workflows and data processing created to accelerate local workflows to production.