Authenticator to use for reauthenticating if needed.
Axios client to send all HTTP requests.
SQL API client to send all SQL query requests.
Creates a mlEngine with the given name, engine, and parameters.
Name of the MLEngine to be created.
Optional
codeFilePath: string | ReadablePath to the code file or Readable of to be used for the mlEngine.
Optional
modulesFilePath: string | ReadablePath to the modules file or Readable of to be used for the mlEngine.
Private
createPrivate
getMLEnginesPrivate
parseUpdates a mlEngine with the given name, engine, and parameters.
Name of the MLEngine to be created.
Optional
codeFilePath: string | ReadablePath to the code file or Readable of to be used for the mlEngine.
Optional
modulesFilePath: string | ReadablePath to the modules file or Readable of to be used for the mlEngine.
Generated using TypeDoc
Implementation of MLEnginesApiClient that goes through the REST API.