Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.61 KB

DAGPathOutput.md

File metadata and controls

19 lines (14 loc) · 1.61 KB

PollinationSDK.Model.DAGPathOutput

Properties

Name Type Description Notes
Name string Output name.
Annotations Dictionary<string, string> An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]
Description string Optional description for output. [optional]
From AnyOfTaskReferenceFileReferenceFolderReference Reference to a file, folder or a task output. Task output must either be a file or a folder.
Alias List<AnyOfDAGGenericOutputAliasDAGStringOutputAliasDAGIntegerOutputAliasDAGNumberOutputAliasDAGBooleanOutputAliasDAGFolderOutputAliasDAGFileOutputAliasDAGPathOutputAliasDAGArrayOutputAliasDAGJSONObjectOutputAliasDAGLinkedOutputAlias> A list of additional processes for loading this output on different platforms. [optional]
Required bool A boolean to indicate if an artifact output is required. A False value makes the artifact optional. [optional] [default to true]
Type string [optional] [readonly] [default to "DAGPathOutput"]

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