The predict() function fetches predictions from the model table.
predict()
Use the predict() method to make batch predictions by passing the data table as its argument:
my_model.predict(my_table.limit(10))