I think I found what you need 🙂
https://clear.ml/docs/latest/docs/references/sdk/task#get_parametersget_parameters(cast=True)
I would like to run a pipeline controller from a ClearML draft. One of the argument I want to define is a flag that tells me if to include an external data or not. I know I can use a str argument for it too but I think that a boolean argument would be more correct to use here.
Hi,
From the looks of it, it always returns a string. What is your use case for this? Do you have some conditionality on the type of variable the parameters are?