!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/mindsDb/node_modules/mindsdb-js-sdk/docs/classes/   drwxr-xr-x
Free 13.21 GB of 57.97 GB (22.79%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     models_model.Model.html (60.31 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Model | mindsdb-js-sdk

Represents a MindsDB model and all supported operations.

Hierarchy

  • Model

Constructors

  • Constructor.

    Parameters

    • modelsApiClient: default
    • name: string

      Name of the model.

    • project: string

      Name of the project the model belongs to.

    • targetColumn: string

      Target column the model predicts.

    • status: string

      Training status of the model.

    • updateStatus: UpdateStatus

      Status of the model being up to date or not.

    • version: number

      Model version.

    • Optional accuracy: number

      Accuracy of model predictions between 0 and 1.

    • Optional tag: string

      User assigned model tag.

    • Optional active: boolean

    Returns Model

Properties

accuracy?: number

Accuracy of model predictions between 0 and 1.

active?: boolean

Whether the model is active or not.

modelsApiClient: default

API client to use for executing model operations.

name: string

Name of the model.

project: string

Name of the project the model belongs to.

status: string

Training status of the model (e.g. training, error, complete).

tag?: string

User assigned model tag.

targetColumn: string

Target column the model predicts.

updateStatus: UpdateStatus

Status of the model being up to date or not. Set to 'available' when a new version of MindsDB is available that makes the model obsolete, or when new data is available in the table that was used to train the model.

version: number

Model version.

Methods

  • Partially adjusts this model with the given options.

    Throws

    • Something went wrong adjusting this model.

    Parameters

    • integration: string

      Integration name for the training data (e.g. mindsdb).

    • options: AdjustOptions

      Options to use when adjusting the model.

    Returns Promise<void>

  • Deletes this model.

    Throws

    • Something went wrong deleting this model.

    Returns Promise<void>

  • Retrains this model with the given options.

    Throws

    • Something went wrong retraining this model.

    Parameters

    • Optional options: TrainingOptions

      Options to use when retraining the model.

    Returns Promise<void>

  • Creates a Model instance from a row returned from the MindsDB database.

    Returns

    • New Model instance created from the given data.

    Parameters

    • obj: ModelRow

      Data row from the MindsDB database.

    • modelsApiClient: default

      Models API client to use for executing model operations.

    Returns Model

Generated using TypeDoc


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0096 ]--