Back to Mindsdb

Get Status of a Model

docs/sdks/python/get_status.mdx

26.1.0276 B
Original Source

Description

The get_status() function lets you fetch the current status of the model, for example, to see if the model completed its training phase.

Syntax

Use the get_status() method to check the training status of the model:

python
my_model.get_status()