Back to Mindsdb

Refresh a Model

docs/sdks/python/refresh_model.mdx

26.1.0201 B
Original Source

Description

The refresh() function synchronizes the model with MindsDB.

Syntax

Use the refresh() method to refresh model's data from the MindsDB server:

python
model_name.refresh()