GitHub Project
Developers Reference
Preparing search index...
The search index is not available
Scaleway JS SDK
Scaleway JS SDK
clients/src
Jobs
v1alpha1
JobRun
Interface JobRun
interface
JobRun
{
command
:
string
;
cpuLimit
:
number
;
createdAt
?:
Date
;
environmentVariables
:
Record
<
string
,
string
>
;
errorMessage
:
string
;
exitCode
?:
number
;
id
:
string
;
jobDefinitionId
:
string
;
localStorageCapacity
:
number
;
memoryLimit
:
number
;
region
:
Region
;
runDuration
?:
string
;
startedAt
?:
Date
;
state
:
JobRunState
;
terminatedAt
?:
Date
;
updatedAt
?:
Date
;
}
Index
Properties
command
cpu
Limit
created
At?
environment
Variables
error
Message
exit
Code?
id
job
Definition
Id
local
Storage
Capacity
memory
Limit
region
run
Duration?
started
At?
state
terminated
At?
updated
At?
Properties
command
command
:
string
cpu
Limit
cpuLimit
:
number
Optional
created
At
createdAt
?:
Date
environment
Variables
environmentVariables
:
Record
<
string
,
string
>
error
Message
errorMessage
:
string
Optional
exit
Code
exitCode
?:
number
id
id
:
string
job
Definition
Id
jobDefinitionId
:
string
local
Storage
Capacity
localStorageCapacity
:
number
memory
Limit
memoryLimit
:
number
region
region
:
Region
Region to target. If none is passed will use default region from the config.
Optional
run
Duration
runDuration
?:
string
Optional
started
At
startedAt
?:
Date
state
state
:
JobRunState
Optional
terminated
At
terminatedAt
?:
Date
Optional
updated
At
updatedAt
?:
Date
Settings
Theme
OS
Light
Dark
On This Page
Properties
command
cpu
Limit
created
At
environment
Variables
error
Message
exit
Code
id
job
Definition
Id
local
Storage
Capacity
memory
Limit
region
run
Duration
started
At
state
terminated
At
updated
At
GitHub Project
Developers Reference
Scaleway JS SDK
Loading...
Region to target. If none is passed will use default region from the config.