Abstract
Abstract
createMLEngineCreates 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.
Abstract
deleteMLEngineAbstract
getAbstract
getMLEngineAbstract
updateMLEngineUpdates a mlEngine with the given name, engine, and parameters.
Name of the mlEngine to be created.
Optional
codeFilePath: string | ReadablePath to the code file to be used for the mlEngine.
Optional
modulesFilePath: string | ReadablePath to the modules file to be used for the mlEngine.
Generated using TypeDoc
Abstract class outlining MLEngine API operations supported by the SDK.