Preparing search index...
The search index is not available
Flywheel Extension SDK
Flywheel Extension SDK
AddJob
Interface AddJob
interface
AddJob
{
compute_provider_id
?:
string
;
config
:
Record
<
string
,
ParameterValue
|
ParameterValue
[]
>
;
destination
?:
{
id
:
string
;
type
:
ContainerType
;
}
;
gear_id
:
string
;
inputs
:
Record
<
string
,
JobInput
>
;
priority
?:
JobPriority
;
tags
:
string
[]
;
}
Index
Properties
compute_
provider_
id?
config
destination?
gear_
id
inputs
priority?
tags
Properties
Optional
compute_
provider_
id
compute_
provider_
id
?:
string
config
config
:
Record
<
string
,
ParameterValue
|
ParameterValue
[]
>
Optional
destination
destination
?:
{
id
:
string
;
type
:
ContainerType
;
}
Type declaration
id
:
string
type
:
ContainerType
gear_
id
gear_
id
:
string
inputs
inputs
:
Record
<
string
,
JobInput
>
Optional
priority
priority
?:
JobPriority
tags
tags
:
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
compute_
provider_
id
config
destination
gear_
id
inputs
priority
tags
Flywheel Extension SDK
Loading...