square-agency-59624
11/02/2025, 4:00 PMancient-wolf-19325
11/02/2025, 4:00 PMsquare-agency-59624
11/02/2025, 4:07 PMdef *train_by_key_list_wf*(_model_ids_: list[str], _train_: str, _test_: str):ancient-wolf-19325
11/02/2025, 4:07 PMtrain_by_key_list_wf workflow from the CLI using pyflyte run, passing the required arguments. For a list input, provide it as a JSON array string. For example:
pyflyte run your_script.py train_by_key_list_wf --model-ids '["id1","id2"]' --train train.csv --test test.csv
Replace your_script.py with the actual filename. For more, see Flyte workflow CLI usage and input argument formats. Would you like more detail or a step-by-step example?
Sources:
- Flyte workflow CLI usage
- Input argument formats 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.