@qbraid-core
Preparing search index...
@qbraid-core/ibm-cloud
IBMCloudClient
Class IBMCloudClient
Index
Constructors
constructor
Methods
cancel
Job
delete
Job
get
Backend
Configuration
get
Backend
Errors
get
Backend
Properties
get
Backends
get
Backend
Status
get
Job
get
Job
Logs
get
Job
Metrics
get
Jobs
get
Job
Transpiled
Circuits
Constructors
constructor
new
IBMCloudClient
(
__namedParameters
:
{
apiKey
?:
string
;
crn
?:
string
;
token
?:
string
}
,
)
:
IBMCloudClient
Parameters
__namedParameters
:
{
apiKey
?:
string
;
crn
?:
string
;
token
?:
string
}
Returns
IBMCloudClient
Methods
cancel
Job
cancelJob
(
jobId
:
string
,
parentJobId
?:
string
)
:
Promise
<
null
|
APIErrorResponse
>
Parameters
jobId
:
string
Optional
parentJobId
:
string
Returns
Promise
<
null
|
APIErrorResponse
>
delete
Job
deleteJob
(
jobId
:
string
)
:
Promise
<
null
|
APIErrorResponse
>
Parameters
jobId
:
string
Returns
Promise
<
null
|
APIErrorResponse
>
get
Backend
Configuration
getBackendConfiguration
(
backendName
:
string
)
:
Promise
<
DeviceConfiguration
>
Parameters
backendName
:
string
Returns
Promise
<
DeviceConfiguration
>
get
Backend
Errors
getBackendErrors
(
backendName
:
string
)
:
Promise
<
DeviceErrors
>
Parameters
backendName
:
string
Returns
Promise
<
DeviceErrors
>
get
Backend
Properties
getBackendProperties
(
backendName
:
string
,
updatedBefore
?:
string
,
)
:
Promise
<
DeviceProperties
>
Parameters
backendName
:
string
Optional
updatedBefore
:
string
Returns
Promise
<
DeviceProperties
>
get
Backends
getBackends
()
:
Promise
<
AllDevicesResponse
>
Returns
Promise
<
AllDevicesResponse
>
get
Backend
Status
getBackendStatus
(
backendName
:
string
)
:
Promise
<
DeviceStatus
>
Parameters
backendName
:
string
Returns
Promise
<
DeviceStatus
>
get
Job
getJob
(
jobId
:
string
,
excludeParams
?:
boolean
)
:
Promise
<
Job
|
APIErrorResponse
>
Parameters
jobId
:
string
Optional
excludeParams
:
boolean
Returns
Promise
<
Job
|
APIErrorResponse
>
get
Job
Logs
getJobLogs
(
jobId
:
string
)
:
Promise
<
string
|
APIErrorResponse
>
Parameters
jobId
:
string
Returns
Promise
<
string
|
APIErrorResponse
>
get
Job
Metrics
getJobMetrics
(
jobId
:
string
)
:
Promise
<
JobMetrics
|
APIErrorResponse
>
Parameters
jobId
:
string
Returns
Promise
<
JobMetrics
|
APIErrorResponse
>
get
Jobs
getJobs
(
params
?:
GetJobParams
)
:
Promise
<
JobList
|
APIErrorResponse
>
Parameters
Optional
params
:
GetJobParams
Returns
Promise
<
JobList
|
APIErrorResponse
>
get
Job
Transpiled
Circuits
getJobTranspiledCircuits
(
jobId
:
string
,
)
:
Promise
<
APIErrorResponse
|
JobTranspiledCircuitResponse
>
Parameters
jobId
:
string
Returns
Promise
<
APIErrorResponse
|
JobTranspiledCircuitResponse
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
cancel
Job
delete
Job
get
Backend
Configuration
get
Backend
Errors
get
Backend
Properties
get
Backends
get
Backend
Status
get
Job
get
Job
Logs
get
Job
Metrics
get
Jobs
get
Job
Transpiled
Circuits
@qbraid-core
Loading...