Name | Type | Description | Notes |
---|---|---|---|
bind | str | Bind the step parameter to a pipeline variable. | [optional] |
constant | str | Bind the step parameter to a constant value. | [optional] |
default_value | str | Set a default value for the step parameter. This allows you to set a default value for the step parameter when it is not bound to a pipeline variable. | [optional] |
description | str | Set the description of the step parameter. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |