You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Decorate a pipeline function by attaching a parameter to it..
256
282
@@ -282,6 +308,10 @@ def parameter(
282
308
values of the chosen type)
283
309
directory : str, optional
284
310
An optional parameter to force file selection to specific directory (only used for parameter type File). If the directory does not exist, it will be ignored.
311
+
disables : sequence of str, optional
312
+
An optional list of parameter codes to disable when this (boolean) parameter is set to ``True``. Disabled
313
+
parameters are hidden/greyed out in the run form, their required check is skipped, and they are omitted from
314
+
the run config (the pipeline function receives their default value). Only boolean parameters can use this.
0 commit comments