@qbraid-core
Preparing search index...
@qbraid-core/jobs
GroupJob
Interface GroupJob
interface
GroupJob
{
cancelledCount
:
number
;
completedCount
:
number
;
failedCount
:
number
;
groupJobQrn
:
string
;
jobCount
:
number
;
maxTTL
?:
number
;
metadata
?:
Record
<
string
,
unknown
>
;
name
?:
string
;
status
:
GroupJobStatus
;
tags
?:
Record
<
string
,
string
|
number
|
boolean
>
;
timeStamps
?:
null
|
TimeStampsV1
;
totalCost
?:
number
;
totalEstimatedCost
?:
number
;
}
Index
Properties
cancelled
Count
completed
Count
failed
Count
group
Job
Qrn
job
Count
max
TTL?
metadata?
name?
status
tags?
time
Stamps?
total
Cost?
total
Estimated
Cost?
Properties
cancelled
Count
cancelledCount
:
number
completed
Count
completedCount
:
number
failed
Count
failedCount
:
number
group
Job
Qrn
groupJobQrn
:
string
job
Count
jobCount
:
number
Optional
max
TTL
maxTTL
?:
number
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
name
name
?:
string
status
status
:
GroupJobStatus
Optional
tags
tags
?:
Record
<
string
,
string
|
number
|
boolean
>
Optional
time
Stamps
timeStamps
?:
null
|
TimeStampsV1
Optional
total
Cost
totalCost
?:
number
Optional
total
Estimated
Cost
totalEstimatedCost
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cancelled
Count
completed
Count
failed
Count
group
Job
Qrn
job
Count
max
TTL
metadata
name
status
tags
time
Stamps
total
Cost
total
Estimated
Cost
@qbraid-core
Loading...