Represents a MindsDB mlEngine and all supported operations.

Hierarchy

  • default

Constructors

  • Parameters

    • mlEnginesApiClient: default

      API client to use for executing mlEngine operations.

    • name: string

      Name of the mlEngine.

    • handler: string
    • connection_data: undefined | string

      Engine used to create the mlEngine (e.g. postgres).

    Returns default

Properties

connection_data?: any

Engine used to create the mlEngine (e.g. postgres).

handler: string

Type of the mlEngine (e.g. project, data).

mlEnginesApiClient: default

API client to use for executing mlEngine operations.

name: string

Name of the mlEngine.

Methods

  • Deletes this mlEngine.

    Throws

    • Something went wrong deleting the mlEngine.

    Returns Promise<void>

Generated using TypeDoc