Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 952 Bytes

PathOutput.md

File metadata and controls

18 lines (13 loc) · 952 Bytes

PollinationSDK.Model.PathOutput

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]
Path string Path to the output artifact relative to where the function command is executed.
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 "PathOutput"]

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