sematic-ai / sematic

An open-source ML pipeline development platform
Other
972 stars 59 forks source link

Add string parameter to Testing Pipeline #1050

Closed tscurtu closed 1 year ago

tscurtu commented 1 year ago

Adds a string parameter to the Testing Pipeline so that it can be used with a string parameter.

$ bazel run //sematic/examples/testing_pipeline:__main__ -- --cloud --detach --count-letters hello!

image