providerplaneai
Preparing search index...
core/workflow/Pipeline.ts
PipelineSaveFileInput
Interface PipelineSaveFileInput
Step input for file save.
interface
PipelineSaveFileInput
{
path
:
string
|
(
(
args
:
{
artifact
:
any
;
values
:
StepValues
}
)
=>
string
)
;
}
Index
Properties
path
Properties
path
path
:
string
|
(
(
args
:
{
artifact
:
any
;
values
:
StepValues
}
)
=>
string
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
providerplaneai
Loading...
Step input for file save.