Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.01 KB

StepFileOutput.md

File metadata and controls

17 lines (13 loc) · 1.01 KB

StepFileOutput

A file output.

Properties

Name Type Description Notes
annotations dict(str, str) An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]
description str Optional description for output. [optional]
name str Output name.
path str Path to the output file 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]
source AnyOfHTTPS3ProjectFolder The path to source the file from.
type str [optional] [readonly] [default to 'StepFileOutput']

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