Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 920 Bytes

PipelineStepParamBinding.md

File metadata and controls

15 lines (10 loc) · 920 Bytes

PipelineStepParamBinding

Properties

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]

[Back to Model list] [Back to API list] [Back to README]