@qbraid-core
    Preparing search index...

    Class QuantumJobsClientV1

    Base qBraid client for interacting with qBraid Cloud Services (V1 API). This client requires a QbraidSessionV1 to be provided.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    The QbraidSessionV1 instance used by this client.

    Methods

    • Get the program/circuit data for a job.

      Parameters

      • jobQrn: string

        The job QRN to get program for

      Returns Promise<ProgramData>

      Program data with format and circuit string

    • Get the result of a completed job.

      Parameters

      • jobQrn: string

        The job QRN to get results for

      Returns Promise<JobResult>

      Job result with status, cost, timestamps, and result data

    • Get the status list of all jobs.

      Returns Promise<JobsStatusesResponse>

      Job status response with counts of jobs in various statuses