qbraid_core.services.environments.EnvironmentManagerClient
- class qbraid_core.services.environments.EnvironmentManagerClient(*args, **kwargs)
Client for interacting with qBraid environment services.
- __init__(*args, **kwargs)
Methods
__init__
(*args, **kwargs)create_environment
(config)Creates a new environment with the given configruation
delete_environment
(slug)Deletes the environment with the given slug.
running_in_lab
()Check if running in the qBraid Lab environment.
user_credits_value
()Get the current user's qBraid credits value.
Attributes
envs_paths
Returns a dictionary of environment paths.
session
The QbraidSession used to make requests.