@qbraid-core
    Preparing search index...

    Class ComputeManagerClientV1

    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 price of a compute profile.

      Parameters

      • profileSlug: string

        The slug of the profile

      Returns Promise<ProfileCost>

      Profile cost information

      Error if the API returns an error response

    • Get a session token for the current user's compute server.

      Returns Promise<string>

      The session token string

      Error if the API returns an error response