Utility class exposing commonly used SDK constants.

Hierarchy

  • default

Constructors

Properties

BASE_CLOUD_API_ENDPOINT: "https://cloud.mindsdb.com" = 'https://cloud.mindsdb.com'

MindsDB Cloud endpoint.

BASE_LOGIN_URI: "/cloud/login" = '/cloud/login'

MindsDB Cloud login endpoint.

BASE_MANAGED_LOGIN_URI: "/api/login" = '/api/login'

MindsDB managed login endpoint.

BASE_MLENGINES_URI: "/api/handlers/byom" = '/api/handlers/byom'

MindsDB ML Engines endpoint.

BASE_PROJECTS_URI: "/api/projects" = '/api/projects'

MindsDB Projects endpoint.

BASE_SQL_URI: "/api/sql/query" = '/api/sql/query'

MindsDB SQL query endpoint.

DEFAULT_ACTIVE_SOCKET_TIMEOUT_MS: number = ...

Timeout active sockets after this period of inactivity.

DEFAULT_FREE_SOCKET_TIMEOUT_MS: number = ...

Timeout free sockets after this period of inactivity.

DEFAULT_HTTP_TIMEOUT_MS: number = ...

How long to wait for an HTTP response before timeout.

DEFAULT_MAX_FREE_SOCKETS: 128 = 128

Maximum number of sockets per host to leave open in a free state.

DEFAULT_MAX_SOCKETS_PER_HOST: 128 = 128

Maximum number of socket connections per host.

Generated using TypeDoc