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.
remote_publish_environment([config, ...])Triggers the remote publish of a custom environment.
retrieve_remote_publish_status(env_slug)Retrieves the status of the remote publish request for the given environment slug.
running_in_lab()Check if running in the qBraid Lab environment.
user_credits_value()Get the current user's qBraid credits value.
wait_for_env_remote_publish(env_slug[, ...])Monitors the remote publish status of the given environment slug by polling the remote create status field.
Attributes
envs_pathsReturns a dictionary of environment paths.
sessionThe QbraidSession used to make requests.