Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 997 Bytes

TaskArgument.md

File metadata and controls

16 lines (11 loc) · 997 Bytes

PollinationSDK.Model.TaskArgument

Properties

Name Type Description Notes
Name string Argument name. The name must match one of the input names from Task's template which can be a function or DAG.
From AnyOfInputReferenceTaskReferenceItemReferenceValueReference A reference to a DAG input, a DAG output or another task output. You can also use the ValueReference type to hard-code an input value.
Type string [optional] [readonly] [default to "TaskArgument"]
Annotations Dictionary<string, string> An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]

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