@qbraid-core
Preparing search index...
@qbraid-core/jobs
JobRequest
Interface JobRequest
Schema for job submission request body. Extends JobBase and adds the 'program' field.
interface
JobRequest
{
deviceQrn
:
string
;
name
?:
null
|
string
;
program
:
Program
;
runtimeOptions
:
Record
<
string
,
unknown
>
;
shots
:
number
;
tags
:
Record
<
string
,
string
|
number
|
boolean
>
;
}
Hierarchy (
View Summary
)
JobBase
JobRequest
Index
Properties
device
Qrn
name?
program
runtime
Options
shots
tags
Properties
device
Qrn
deviceQrn
:
string
Optional
name
name
?:
null
|
string
program
program
:
Program
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
program
runtime
Options
shots
tags
@qbraid-core
Loading...
Schema for job submission request body. Extends JobBase and adds the 'program' field.