Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

警告

The package qiskit-ibmq-provider is being deprecated and its repo is going to be archived soon. Please transition to the new packages. More information in https://ibm.biz/provider_migration_guide

qiskit.providers.ibmq.runtime.IBMRuntimeService.job

IBMRuntimeService.job(job_id)[ソース]

Retrieve a runtime job.

パラメータ

job_id (str) – Job ID.

戻り値の型

RuntimeJob

戻り値

Runtime job retrieved.

例外
  • RuntimeJobNotFound – If the job doesn’t exist.

  • QiskitRuntimeError – If the request failed.