ClientConfig

class ClientConfig(api_token, api_url='https://workbench.aihub.qualcomm.com', web_url='https://workbench.aihub.qualcomm.com', verbose=False, default_project=None)

Configuration information, such as your API token, for use with Client.

Parameters:
  • api_url (str) – URL of the API backend endpoint.

  • web_url (str) – URL of the web interface.

  • api_token (str) – API token. Available through the web interface under the “Account” page.

  • verbose (bool) – Verbosity of terminal output (eg. whether to print status bars for uploads & downloads)