Structure of a row returned from the MindsDB model database via the SQL query API.

Hierarchy

  • ModelRow

Properties

accuracy?: number

Accuracy of model predictions between 0 and 1.

active: boolean

Whether the model is active or not.

name: string

Name of the model.

predict: string

Target column the model predicts.

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.

update_status: 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.

Generated using TypeDoc