In tutorials, dataclasses are used as workflow arg...
# ask-the-community
s
In tutorials, dataclasses are used as workflow arguments (e.g. Hyperparameters) - how do you enter this when you use
pyflyte run
for local testing?
n
as a json string like
{"int_field": 5, "str_field": "foo"}
s
OK great thanks!
150 Views