@qbraid-core
Preparing search index...
@qbraid-core/jobs
JobBase
Interface JobBase
Base schema for job fields shared across models. Does not include 'program' field.
interface
JobBase
{
deviceQrn
:
string
;
name
?:
null
|
string
;
runtimeOptions
:
Record
<
string
,
unknown
>
;
shots
:
number
;
tags
:
Record
<
string
,
string
|
number
|
boolean
>
;
}
Hierarchy (
View Summary
)
JobBase
JobRequest
RuntimeJob
Index
Properties
device
Qrn
name?
runtime
Options
shots
tags
Properties
device
Qrn
deviceQrn
:
string
Optional
name
name
?:
null
|
string
runtime
Options
runtimeOptions
:
Record
<
string
,
unknown
>
shots
shots
:
number
tags
tags
:
Record
<
string
,
string
|
number
|
boolean
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
device
Qrn
name
runtime
Options
shots
tags
@qbraid-core
Loading...
Base schema for job fields shared across models. Does not include 'program' field.