Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 753 Bytes

JobArgument.md

File metadata and controls

16 lines (11 loc) · 753 Bytes

PollinationSDK.Model.JobArgument

Properties

Name Type Description Notes
Name string Argument name. The name must match one of the input names from Job's DAG template.
Value AnyType The value of the job argument.
Type string [optional] [readonly] [default to "JobArgument"]
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]